Remove a redundant "Building image" log message after image exec

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-01-30 16:57:43 -07:00
parent dbf8a58885
commit d56e83ab81
2 changed files with 1 additions and 1 deletions

View File

@@ -154,7 +154,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
}
if Build {
wwlog.Info("Building image: %s", imageName)
err = image.Build(imageName, false)
if err != nil {
return fmt.Errorf("could not build image: %s: %s", imageName, err)