From eb2d328a52e3ae00d504eb7c3ce24981c2de150d Mon Sep 17 00:00:00 2001 From: asoundarya96 Date: Wed, 20 Dec 2023 00:33:57 +0530 Subject: [PATCH] Update updateconfig.go --- cmd/config/subcommand/launchplan/updateconfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/config/subcommand/launchplan/updateconfig.go b/cmd/config/subcommand/launchplan/updateconfig.go index f37e0a6e..80c2cdde 100644 --- a/cmd/config/subcommand/launchplan/updateconfig.go +++ b/cmd/config/subcommand/launchplan/updateconfig.go @@ -8,7 +8,7 @@ var ( // Config type UpdateConfig struct { Activate bool `json:"activate" pflag:",activate launchplan."` - Deactivate bool `json:"activate" pflag:",disable the launch plan schedule (if it has an active schedule associated with it)."` + Deactivate bool `json:"deactivate" pflag:",disable the launch plan schedule (if it has an active schedule associated with it)."` DryRun bool `json:"dryRun" pflag:",execute command without making any modifications."` Force bool `json:"force" pflag:",do not ask for an acknowledgement during updates."` Version string `json:"version" pflag:",version of the launchplan to be fetched."`