Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: quick fix on notation policy command print out #764

Merged
merged 9 commits into from
Aug 17, 2023
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