summaryrefslogtreecommitdiffstats
path: root/pkg/gui/custom_commands.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-09-29 18:41:06 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-09-29 20:48:49 +1000
commiteda4619a4f05b6720d091b31e60515f7289b9a47 (patch)
tree86c39ebf92ffc21c5abe751a6faf151788083242 /pkg/gui/custom_commands.go
parente849ca337237f564dd90a09e40b9ca8f9d62352a (diff)
move remotes and remote branches
Diffstat (limited to 'pkg/gui/custom_commands.go')
-rw-r--r--pkg/gui/custom_commands.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/gui/custom_commands.go b/pkg/gui/custom_commands.go
index 51e929bab..c28528cac 100644
--- a/pkg/gui/custom_commands.go
+++ b/pkg/gui/custom_commands.go
@@ -19,8 +19,8 @@ type CustomCommandObjects struct {
SelectedSubCommit *models.Commit
SelectedFile *commands.File
SelectedLocalBranch *models.Branch
- SelectedRemoteBranch *commands.RemoteBranch
- SelectedRemote *commands.Remote
+ SelectedRemoteBranch *models.RemoteBranch
+ SelectedRemote *models.Remote
SelectedTag *models.Tag
SelectedStashEntry *commands.StashEntry
SelectedCommitFile *commands.CommitFile