Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Nov 21, 2019
1 parent 8d013ec commit aa84c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeval/kubeval.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func downloadSchema(resource *ValidationResult, schemaCache map[string]*gojsonsc
return schema, nil
}
// We couldn't find a schema for this URL, so take a note, then try the next URL
wrappedErr := fmt.Errorf("Failed initalizing schema %s: %s", schemaRef, err)
wrappedErr := fmt.Errorf("Failed initializing schema %s: %s", schemaRef, err)
errors = multierror.Append(errors, wrappedErr)
}

Expand Down

0 comments on commit aa84c3e

Please sign in to comment.