1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-29 10:55:05 +00:00

522 missing circle ci change

This commit is contained in:
shravan 2020-01-24 21:01:56 +05:30
parent dfedd86505
commit db95002828

View file

@ -112,7 +112,7 @@ func ValidateResource(patchedResource interface{}, kind string) error {
}
func setValidationGlobalState() error {
if validationGlobalState.isSet == false {
if !validationGlobalState.isSet {
var err error
validationGlobalState.document, err = getSchemaDocument()
if err != nil {