Skip to content

Commit

Permalink
Update kustomize/commands/localize/localize.go
Browse files Browse the repository at this point in the history
Change no verify flag to be `no-verify`.

Co-authored-by: Mauren <[email protected]>
  • Loading branch information
sanaasy and stormqueen1990 authored Feb 27, 2024
1 parent 0fe9e4a commit cf48606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kustomize/commands/localize/localize.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Cannot specify for remote targets, as scope is by default the containing repo.
If not specified for local target, scope defaults to target.
`)
cmd.Flags().BoolVar(&f.noVerify,
"noVerify",
"no-verify",
false,
`Does not verify that the outputs of kustomize build for target and newDir are the same after localization.
If not specified, noVerify defaults to false and will run kustomize build.
Expand Down

0 comments on commit cf48606

Please sign in to comment.