summaryrefslogtreecommitdiffstats
path: root/client/go/cmd/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/cmd/config.go')
-rw-r--r--client/go/cmd/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/cmd/config.go b/client/go/cmd/config.go
index a5d6a05a048..d10f66c83c6 100644
--- a/client/go/cmd/config.go
+++ b/client/go/cmd/config.go
@@ -48,7 +48,7 @@ overridden by setting the VESPA_CLI_HOME environment variable.`,
Run: func(cmd *cobra.Command, args []string) {
// Root command does nothing
cmd.Help()
- os.Exit(1)
+ exitFunc(1)
},
}