Skip to content

Commit

Permalink
fix field
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Jul 20, 2023
1 parent ed01dd3 commit 95c38c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flag/misconf_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var (
PolicyBundleRepositoryFlag = Flag{
Name: "policy-bundle-repository",
ConfigName: "misconfiguration.policy-bundle-repository",
Value: fmt.Sprintf("%s:%d", policy.BundleRepository, policy.BundleVersion),
Default: fmt.Sprintf("%s:%d", policy.BundleRepository, policy.BundleVersion),
Usage: "OCI registry URL to retrieve policy bundle from",
}
)
Expand Down

0 comments on commit 95c38c5

Please sign in to comment.