summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-13 21:16:24 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-13 21:36:16 +1100
commitf43ba728e3206b354d8cb66470fa2a42300c01a8 (patch)
treeca07ae1218481cead322d027e30b1f7d5c29a478 /pkg/gui/keybindings.go
parentb6623625700e1267f6543fa43a9f0322723ca1e5 (diff)
prompt to set upstream when pulling on untracked branch
prompt to set upstream when pulling on untracked branch
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 6b1aec020..5f10965e9 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -136,7 +136,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
ViewName: "",
Key: 'p',
Modifier: gocui.ModNone,
- Handler: gui.pullFiles,
+ Handler: gui.handlePullFiles,
Description: gui.Tr.SLocalize("pull"),
}, {
ViewName: "",