Skip to content

Commit

Permalink
Merge pull request #300 from GoogleCloudPlatform/issue299
Browse files Browse the repository at this point in the history
bug: fixes flag for publish #299
  • Loading branch information
srinandan authored Nov 8, 2024
2 parents 32aca9d + f1e73c7 commit 6a98b33
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 6a98b33

Please sign in to comment.