summaryrefslogtreecommitdiffstats
path: root/pkg/gui/tags_panel.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-21 12:40:56 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-25 09:39:04 +1100
commit65917272a2f5e7b8ad32f56ec98ddf5a0b51710a (patch)
treef89e7740158d292caa95910122d2b6b0e3f25ef6 /pkg/gui/tags_panel.go
parent137fd80fdbcdeabd9e37732b9c8fa34f3052f1eb (diff)
undoing status
Diffstat (limited to 'pkg/gui/tags_panel.go')
-rw-r--r--pkg/gui/tags_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/tags_panel.go b/pkg/gui/tags_panel.go
index b92727e8c..0599525b0 100644
--- a/pkg/gui/tags_panel.go
+++ b/pkg/gui/tags_panel.go
@@ -81,7 +81,7 @@ func (gui *Gui) handleCheckoutTag(g *gocui.Gui, v *gocui.View) error {
if tag == nil {
return nil
}
- if err := gui.handleCheckoutRef(tag.Name, nil); err != nil {
+ if err := gui.handleCheckoutRef(tag.Name, handleCheckoutRefOptions{}); err != nil {
return err
}
return gui.switchBranchesPanelContext("local-branches")