1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

fix remote branches select sig

This commit is contained in:
Jesse Duffield
2020-08-15 16:52:04 +10:00
parent 43f8bae267
commit 17b84e09c0
4 changed files with 8 additions and 8 deletions

View File

@ -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: