summaryrefslogtreecommitdiffstats
path: root/pkg/gui/services/custom_commands/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/services/custom_commands/client.go')
-rw-r--r--pkg/gui/services/custom_commands/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/services/custom_commands/client.go b/pkg/gui/services/custom_commands/client.go
index aeaae084e..4db916a66 100644
--- a/pkg/gui/services/custom_commands/client.go
+++ b/pkg/gui/services/custom_commands/client.go
@@ -18,7 +18,7 @@ type Client struct {
}
func NewClient(
- c *types.HelperCommon,
+ c *helpers.HelperCommon,
os *oscommands.OSCommand,
git *commands.GitCommand,
contexts *context.ContextTree,