summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.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/gui.go
parente849ca337237f564dd90a09e40b9ca8f9d62352a (diff)
move remotes and remote branches
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index 4028e452b..8d68612de 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -286,8 +286,8 @@ type guiState struct {
// one and the same
ReflogCommits []*models.Commit
SubCommits []*models.Commit
- Remotes []*commands.Remote
- RemoteBranches []*commands.RemoteBranch
+ Remotes []*models.Remote
+ RemoteBranches []*models.RemoteBranch
Tags []*models.Tag
MenuItems []*menuItem
Updating bool