1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-25 00:46:54 +02:00

Made some small inprovements

This commit is contained in:
mjarkk
2018-12-06 09:05:51 +01:00
parent 21a808a52b
commit 6d0fa8bc29
5 changed files with 10 additions and 11 deletions

View File

@ -34,8 +34,7 @@ func (gui *Gui) handleCreatePullRequestPress(g *gocui.Gui, v *gocui.View) error
}
func (gui *Gui) handleGitFetch(g *gocui.Gui, v *gocui.View) error {
_ = gui.fetch(g, true)
return nil
return gui.fetch(g, v, true)
}
func (gui *Gui) handleForceCheckout(g *gocui.Gui, v *gocui.View) error {