Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #112 from kairos-io/2212-local-flag
Browse files Browse the repository at this point in the history
Improve error message
  • Loading branch information
mauromorales authored May 22, 2024
2 parents 6ee1ba1 + 3e03749 commit edc0f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/action/build-iso.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (b *BuildISOAction) ISORun() (err error) {
b.cfg.Logger.Infof("Creating ISO image...")
err = b.burnISO(isoDir)
if err != nil {
b.cfg.Logger.Errorf("Failed preparing ISO's root tree: %v", err)
b.cfg.Logger.Errorf("Failed creating ISO image: %v", err)
return err
}

Expand Down

0 comments on commit edc0f81

Please sign in to comment.