From 8c7100623d9a330def2d6a1f9fa98601c26fd145 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Thu, 20 Jul 2023 13:23:11 +0200 Subject: [PATCH] asd (#749) --- cmd/run/config_deploy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,