diff --git a/cmd/run/config_deploy.go b/cmd/run/config_deploy.go index 0344d8476..3aad33ce8 100644 --- a/cmd/run/config_deploy.go +++ b/cmd/run/config_deploy.go @@ -12,7 +12,7 @@ import ( func CommandConfigDeploy() *cli.Command { return &cli.Command{ //nolint:exhaustruct - Name: "config-replace", + Name: "config-deploy", Aliases: []string{}, Usage: "Deploy service configuration", Action: commandConfigDeploy,