summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/types.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-30 10:23:39 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-17 19:13:40 +1100
commit2692637fbeac353d805399dd97714c235f88f303 (patch)
tree3352c0067a5ae99e82d0bd5e66db9b1d4fc01388 /pkg/gui/controllers/types.go
parent77d0732fa81baad97dff7d2e5abd3fa6f6c9cda1 (diff)
standardise naming
Diffstat (limited to 'pkg/gui/controllers/types.go')
-rw-r--r--pkg/gui/controllers/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/controllers/types.go b/pkg/gui/controllers/types.go
index 19e3769a5..ec0b71a90 100644
--- a/pkg/gui/controllers/types.go
+++ b/pkg/gui/controllers/types.go
@@ -5,7 +5,7 @@ import (
"github.com/jesseduffield/lazygit/pkg/gui/types"
)
-type IRefHelper interface {
+type IRefsHelper interface {
CheckoutRef(ref string, options types.CheckoutRefOptions) error
CreateGitResetMenu(ref string) error
ResetToRef(ref string, strength string, envVars []string) error