mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
virtualbox/iso: force iso extension for downloads
This commit is contained in:
parent
e65e2d104a
commit
9ea34d4ea8
1 changed files with 1 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
|||
Description: "ISO",
|
||||
ResultKey: "iso_path",
|
||||
Url: b.config.ISOUrls,
|
||||
Extension: "iso",
|
||||
},
|
||||
&vboxcommon.StepOutputDir{
|
||||
Force: b.config.PackerForce,
|
||||
|
|
|
|||
Loading…
Reference in a new issue