Skip to content

Commit

Permalink
Merge pull request #307 from GoogleCloudPlatform/issue306
Browse files Browse the repository at this point in the history
fix: for #306
  • Loading branch information
srinandan authored Nov 13, 2024
2 parents cae2bb9 + 0af582a commit 77ba4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/integrations/replayexec.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func init() {

ReplayExecCmd.Flags().StringVarP(&name, "name", "n",
"", "Integration flow name")
ReplayExecCmd.Flags().StringVarP(&replayReason, "replay-reason", "r",
ReplayExecCmd.Flags().StringVarP(&replayReason, "replay-reason", "",
"", "Replay Reason")
ReplayExecCmd.Flags().StringVarP(&executionID, "execution-id", "e",
"", "Execution ID")
Expand Down

0 comments on commit 77ba4c7

Please sign in to comment.