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)