summaryrefslogtreecommitdiffstats
path: root/pkg/gui/view_helpers.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-15 16:50:30 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-15 18:01:43 +1000
commit43f8bae267e57a8ff642173746f5384d533848a9 (patch)
treefefd378a0f7255c23a748169563dfb63b96618f9 /pkg/gui/view_helpers.go
parentb0fe963f8a82ec06856e2f55b520146fbddb2a8c (diff)
fix remotes select sig
Diffstat (limited to 'pkg/gui/view_helpers.go')
-rw-r--r--pkg/gui/view_helpers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/view_helpers.go b/pkg/gui/view_helpers.go
index 5845eacde..c4d54cdee 100644
--- a/pkg/gui/view_helpers.go
+++ b/pkg/gui/view_helpers.go
@@ -230,7 +230,7 @@ func (gui *Gui) newLineFocused(g *gocui.Gui, v *gocui.View) error {
case "local-branches":
return gui.handleBranchSelect()
case "remotes":
- return gui.handleRemoteSelect(g, v)
+ return gui.handleRemoteSelect()
case "remote-branches":
return gui.handleRemoteBranchSelect(g, v)
case "tags":