Skip to content

Commit

Permalink
Update tools-image/enki/pkg/action/build-iso.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitris Karakasilis <jimmykarily@gmail.com>
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
  • Loading branch information
Itxaka and jimmykarily authored Jul 19, 2023
1 parent 6bd6357 commit 1a8e8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools-image/enki/pkg/action/build-iso.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (b *BuildISOAction) ISORun() (err error) {
cleanup := utils.NewCleanStack()
defer func() { err = cleanup.Cleanup(err) }()

isoTmpDir, err := utils.TempDir(b.cfg.Fs, "", "elemental-iso")
isoTmpDir, err := utils.TempDir(b.cfg.Fs, "", "enki-iso")
if err != nil {
return err
}
Expand Down

0 comments on commit 1a8e8b9

Please sign in to comment.