summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-27 21:23:42 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-28 11:59:45 +1100
commit61b4bbf74eb9d4e402a2527ccc15b7ff15215fb4 (patch)
treea9a0716b528a42a9082204bbe85d29c70f6022c7 /pkg/gui/gui.go
parent384c2e13d7f215aef7c9307f6214c4a1740b9f10 (diff)
clean up signature
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index 1c3c733c0..8c0a61e65 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -922,7 +922,7 @@ func (gui *Gui) fetch(g *gocui.Gui, v *gocui.View, canAskForCredentials bool) (u
_ = gui.createConfirmationPanel(g, v, true, gui.Tr.SLocalize("Error"), coloredMessage, close, close)
}
- if err := gui.refreshCommits(g); err != nil {
+ if err := gui.refreshCommits(); err != nil {
return unamePassOpend, err
}