Skip to content

Commit

Permalink
fix(cli): add config name to skip-policy-update alias (#7820)
Browse files Browse the repository at this point in the history
Signed-off-by: nikpivkin <[email protected]>
  • Loading branch information
nikpivkin authored Oct 30, 2024
1 parent 6fab88d commit b661d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/flag/rego_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var (
Aliases: []Alias{
{
Name: "skip-policy-update",
ConfigName: "rego.skip-policy-update",
Deprecated: true,
},
},
Expand Down

0 comments on commit b661d68

Please sign in to comment.