mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix print
This commit is contained in:
parent
550f9d89b4
commit
e6a3aea88a
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ func GetPolicies(paths []string) (policies []*v1.ClusterPolicy, error error) {
|
|||
}
|
||||
|
||||
if errString != "" {
|
||||
fmt.Println("failed to extract policies: %s", errString)
|
||||
fmt.Printf("failed to extract policies: %s\n", errString)
|
||||
os.Exit(2)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue