From 20c9949c84de6271ad7c7a22d42673dbaa68f196 Mon Sep 17 00:00:00 2001 From: linzhaoming Date: Fri, 20 Nov 2020 07:20:04 +0800 Subject: [PATCH] fix commen typo --- pkg/apis/pipeline/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/pipeline/images.go b/pkg/apis/pipeline/images.go index 829a6773fe9..6a0f87acc3b 100644 --- a/pkg/apis/pipeline/images.go +++ b/pkg/apis/pipeline/images.go @@ -36,7 +36,7 @@ type Images struct { KubeconfigWriterImage string // ShellImage is the container image containing bash shell. ShellImage string - // GsutilImage is the container miage containing gsutil. + // GsutilImage is the container image containing gsutil. GsutilImage string // BuildGCSFetcherImage is the container image containing our GCS fetcher binary. BuildGCSFetcherImage string