Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
fix flag name
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Aug 11, 2023
1 parent cef700b commit 589376e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kuttlctl/cmd/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ For more detailed documentation, visit: https://kuttl.dev`,
options.SkipClusterDelete = skipClusterDelete
}

if isSet(flags, "exit-first-error") {
if isSet(flags, "stop-on-first-failure") {
options.StopOnFirstFailure = stopOnFirstFailure
}

Expand Down

0 comments on commit 589376e

Please sign in to comment.