Skip to content

Commit 56cca1d

Browse files
author
Benjamin Le Rohellec
committed
lint : comments
1 parent 86c0b02 commit 56cca1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/kbld/builder/buildah/buildah.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func BuildahPush(src string, dest string, log *ctllog.PrefixWriter) (string, err
104104
return "", fmt.Errorf("cannot read digest in file %q (check if you are authenticated) : %w", digestFile.Name(), readErr)
105105
}
106106
return string(digest[0:digestLen]), nil
107-
} //// BuildahPush
107+
} // BuildahPush
108108

109109
// Push built image to a remote registry
110110
// Return the image URL with digest
@@ -127,4 +127,4 @@ func (b Buildah) PushImage(image string, imgDst *ctlconf.ImageDestination) (stri
127127
return "", pushErr
128128
}
129129
return remoteImg + "@" + digest, nil
130-
} //// PushImage
130+
} // PushImage

0 commit comments

Comments
 (0)