From 3796a1026dedf4871ddc34a46ba5df9dda8415f4 Mon Sep 17 00:00:00 2001 From: Cyrille Hemidy Date: Tue, 17 Apr 2018 10:55:55 +0200 Subject: [PATCH] Update image.go fix comment --- pkg/image/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/image/image.go b/pkg/image/image.go index 68b81c878..73a4bf7c0 100644 --- a/pkg/image/image.go +++ b/pkg/image/image.go @@ -34,7 +34,7 @@ import ( // sourceImage is the image that will be modified by the executor -// InitializeSourceImage initializes the source image with the base image +// NewSourceImage initializes the source image with the base image func NewSourceImage(srcImg string) (*img.MutableSource, error) { if srcImg == constants.NoBaseImage { return img.NewMutableSource(nil)