summaryrefslogtreecommitdiffstats
path: root/pkg/gui/view_helpers.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-15 16:52:04 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-15 18:01:43 +1000
commit17b84e09c0ecedacfb0d0ea9c6cb9f48511f203a (patch)
treeaf71ba5dad4e169765dbd7efb4e7a1377edaa159 /pkg/gui/view_helpers.go
parent43f8bae267e57a8ff642173746f5384d533848a9 (diff)
fix remote branches 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 c4d54cdee..d9a9c0a94 100644
--- a/pkg/gui/view_helpers.go
+++ b/pkg/gui/view_helpers.go
@@ -232,7 +232,7 @@ func (gui *Gui) newLineFocused(g *gocui.Gui, v *gocui.View) error {
case "remotes":
return gui.handleRemoteSelect()
case "remote-branches":
- return gui.handleRemoteBranchSelect(g, v)
+ return gui.handleRemoteBranchSelect()
case "tags":
return gui.handleTagSelect(g, v)
default: