summaryrefslogtreecommitdiffstats
path: root/commands/deploy_off.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/deploy_off.go')
-rw-r--r--commands/deploy_off.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/deploy_off.go b/commands/deploy_off.go
index 5e9b91f16..b238d6cf7 100644
--- a/commands/deploy_off.go
+++ b/commands/deploy_off.go
@@ -41,7 +41,7 @@ func newDeployCommand() simplecobra.Commander {
run: func(ctx context.Context, cd *simplecobra.Commandeer, r *rootCommand, args []string) error {
return nil
},
- withc: func(cmd *cobra.Command) {
+ withc: func(cmd *cobra.Command, r *rootCommand) {
cmd.Hidden = true
},
}