From 0a3a280e8f391c7f2268454a7ce58608a3fef714 Mon Sep 17 00:00:00 2001 From: Andreas Bergmeier Date: Mon, 20 May 2019 09:36:13 +0200 Subject: [PATCH] Correct CheckPushPermission comment. --- pkg/executor/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/executor/push.go b/pkg/executor/push.go index a02d5b9b9..c5d5fd7a0 100644 --- a/pkg/executor/push.go +++ b/pkg/executor/push.go @@ -48,7 +48,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 {