summaryrefslogtreecommitdiffstats
path: root/pkg/gui/custom_commands.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-09-29 18:48:38 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-09-29 20:48:49 +1000
commitf9643448a4ba186fb56d408a5ee8a21193986cd6 (patch)
treea15d3291ebc269536c3abbbf88542a25689a971c /pkg/gui/custom_commands.go
parent91f0b0e28fb93bf715a4fda67fcbb400ffbc680b (diff)
move commit files
Diffstat (limited to 'pkg/gui/custom_commands.go')
-rw-r--r--pkg/gui/custom_commands.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/gui/custom_commands.go b/pkg/gui/custom_commands.go
index 9d2483587..c15052fb3 100644
--- a/pkg/gui/custom_commands.go
+++ b/pkg/gui/custom_commands.go
@@ -8,7 +8,6 @@ import (
"github.com/fatih/color"
"github.com/jesseduffield/gocui"
- "github.com/jesseduffield/lazygit/pkg/commands"
"github.com/jesseduffield/lazygit/pkg/models"
"github.com/jesseduffield/lazygit/pkg/utils"
)
@@ -23,7 +22,7 @@ type CustomCommandObjects struct {
SelectedRemote *models.Remote
SelectedTag *models.Tag
SelectedStashEntry *models.StashEntry
- SelectedCommitFile *commands.CommitFile
+ SelectedCommitFile *models.CommitFile
CheckedOutBranch *models.Branch
PromptResponses []string
}