Skip to content

Commit

Permalink
fix: resolve comment
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Jan 7, 2025
1 parent 4d13267 commit b76c4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notation/blob/policy/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Example - Import blob trust policy configuration from a file:
notation blob policy import my_policy.json
Example - Import blob trust policy and override existing configuration without prompt:
notation blob policy import my_policy.json --force
notation blob policy import --force my_policy.json
`,
Args: func(cmd *cobra.Command, args []string) error {
if len(args) != 1 {
Expand Down

0 comments on commit b76c4eb

Please sign in to comment.