Skip to content

Commit

Permalink
chore: quick fix on notation policy command print out (notaryproject#764
Browse files Browse the repository at this point in the history
)

Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Aug 18, 2023
1 parent 855f9fe commit 7ea606a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notation/policy/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func runImport(command *cobra.Command, opts importOpts) error {
}
}
} else {
fmt.Fprintf(os.Stderr, "Warning: existing trust policy configuration file will be overwritten")
fmt.Fprintln(os.Stderr, "Warning: existing trust policy configuration file will be overwritten")
}

// read configuration
Expand Down

0 comments on commit 7ea606a

Please sign in to comment.