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

fix remotes select sig

This commit is contained in:
Jesse Duffield
2020-08-15 16:50:30 +10:00
parent b0fe963f8a
commit 43f8bae267
4 changed files with 7 additions and 7 deletions

View File

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