Skip to content

Commit

Permalink
fix: remove useless output
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Dec 17, 2024
1 parent c824ec4 commit 9fc2c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func squashImages(flag config.Flags, toSquash []string) {
}
}
importIt = importIt.Arg(tmpTarFile).Arg(sanitizedImg).
SetVerbose(flag.Verbose).PreInfo("Importing TAR " + img)
SetVerbose(flag.Verbose)
importTarsToImgs = importTarsToImgs.AddTask(importIt)

squashed = append(squashed, sanitizedImg)
Expand Down

0 comments on commit 9fc2c94

Please sign in to comment.