From 2692637fbeac353d805399dd97714c235f88f303 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 30 Jan 2022 10:23:39 +1100 Subject: standardise naming --- pkg/gui/controllers/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/gui/controllers/types.go') 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 -- cgit v1.2.3