1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

fix print

This commit is contained in:
Jim Bugwadia 2020-08-18 21:56:43 -07:00
parent 550f9d89b4
commit e6a3aea88a

View file

@ -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)
}