Skip to content

Commit

Permalink
bug: change flag for content #289
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Oct 7, 2024
1 parent 69d42b5 commit 4f74005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/integrations/createtestcase.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func init() {
CrtTestCaseCmd.Flags().StringVarP(&version, "ver", "v",
"", "Integration flow version")

CrtTestCaseCmd.Flags().StringVarP(&contentPath, "test-case-path", "p",
CrtTestCaseCmd.Flags().StringVarP(&contentPath, "test-case-path", "c",
"", "Path to a file containing the test case content")

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

0 comments on commit 4f74005

Please sign in to comment.