Skip to content

Commit

Permalink
bug: fixes flag for publish #299
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Nov 8, 2024
1 parent 32aca9d commit f1e73c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/integrations/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func init() {
"", "Integration flow snapshot number")
PublishVerCmd.Flags().StringVarP(&configVars, "config-vars", "",
"", "Path to file containing config variables")
PublishVerCmd.Flags().StringVarP(&configVarsJson, "config-vars-json", "cf",
PublishVerCmd.Flags().StringVarP(&configVarsJson, "config-vars-json", "",
"", "Json string containing the config variables if both Json string and file is present Json string will only be used.")

_ = PublishVerCmd.MarkFlagRequired("name")
Expand Down

0 comments on commit f1e73c7

Please sign in to comment.