summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/controllers/common.go')
-rw-r--r--pkg/gui/controllers/common.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/gui/controllers/common.go b/pkg/gui/controllers/common.go
index f3b3011d3..e1af81732 100644
--- a/pkg/gui/controllers/common.go
+++ b/pkg/gui/controllers/common.go
@@ -9,7 +9,7 @@ import (
)
type controllerCommon struct {
- c *types.HelperCommon
+ c *helpers.HelperCommon
helpers *helpers.Helpers
contexts *context.ContextTree
@@ -26,7 +26,7 @@ type controllerCommon struct {
}
func NewControllerCommon(
- c *types.HelperCommon,
+ c *helpers.HelperCommon,
os *oscommands.OSCommand,
git *commands.GitCommand,
helpers *helpers.Helpers,