Skip to content

Commit b661d68

Browse files
authored
fix(cli): add config name to skip-policy-update alias (#7820)
Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
1 parent 6fab88d commit b661d68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/flag/rego_flags.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ var (
1919
Aliases: []Alias{
2020
{
2121
Name: "skip-policy-update",
22+
ConfigName: "rego.skip-policy-update",
2223
Deprecated: true,
2324
},
2425
},

0 commit comments

Comments
 (0)