Merge pull request #671 from abergmeier/fix_comment

Correct CheckPushPermission comment.
This is a typo fix.
This commit is contained in:
Tejal Desai 2019-09-17 10:44:54 -07:00 committed by GitHub
commit e048b87222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func (w *withUserAgent) RoundTrip(r *http.Request) (*http.Response, error) {
return w.t.RoundTrip(r)
}
// CheckPushPermissionos checks that the configured credentials can be used to
// CheckPushPermissions checks that the configured credentials can be used to
// push to every specified destination.
func CheckPushPermissions(opts *config.KanikoOptions) error {
if opts.NoPush {