virtualbox/iso: force iso extension for downloads

This commit is contained in:
Mitchell Hashimoto 2015-06-08 20:42:16 -07:00
parent e65e2d104a
commit 9ea34d4ea8
1 changed files with 1 additions and 0 deletions

View File

@ -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,