Skip to content

Commit aa84c3e

Browse files
authored
Typo
1 parent 8d013ec commit aa84c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubeval/kubeval.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func downloadSchema(resource *ValidationResult, schemaCache map[string]*gojsonsc
188188
return schema, nil
189189
}
190190
// We couldn't find a schema for this URL, so take a note, then try the next URL
191-
wrappedErr := fmt.Errorf("Failed initalizing schema %s: %s", schemaRef, err)
191+
wrappedErr := fmt.Errorf("Failed initializing schema %s: %s", schemaRef, err)
192192
errors = multierror.Append(errors, wrappedErr)
193193
}
194194

0 commit comments

Comments
 (0)