Skip to content

Commit 14e9bf3

Browse files
committed
fixup! return correct iso filename
1 parent 7004684 commit 14e9bf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/distro/bootc/bootc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,9 @@ func (t *BootcImageType) Arch() distro.Arch {
237237
}
238238

239239
func (t *BootcImageType) Filename() string {
240+
if t.iso {
241+
return "install.iso"
242+
}
240243
return fmt.Sprintf("disk.%s", t.ext)
241244
}
242245

0 commit comments

Comments
 (0)