Skip to content

Commit

Permalink
Update copy/copy.go
Browse files Browse the repository at this point in the history
Co-authored-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
Jamstah and mtrmac committed Nov 26, 2021
1 parent 7c626da commit bd85387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy/copy.go
Expand Up @@ -878,7 +878,7 @@ func isTTY(w io.Writer) bool {
return false
}

// copyLayers copies layers from ic.src/ic.c.rawSource to dest, using and updating ic.manifestUpdates if necessary and ic.cannotModifyManifestReason.
// copyLayers copies layers from ic.src/ic.c.rawSource to dest, using and updating ic.manifestUpdates if necessary and ic.cannotModifyManifestReason == "".
func (ic *imageCopier) copyLayers(ctx context.Context) error {
srcInfos := ic.src.LayerInfos()
numLayers := len(srcInfos)
Expand Down

0 comments on commit bd85387

Please sign in to comment.