Update image.go

fix comment
This commit is contained in:
Cyrille Hemidy 2018-04-17 10:55:55 +02:00 committed by GitHub
parent a18c8c01e1
commit 3796a1026d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)