Skip to content

Commit

Permalink
Merge pull request #200 from carlossg/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
garethr committed Apr 14, 2020
2 parents 8d013ec + aa84c3e commit e3fe5a0
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 e3fe5a0

Please sign in to comment.