mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
make fmt
This commit is contained in:
parent
5f2c71f7d7
commit
7978fd8ec0
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
|||
|
||||
steps = append(steps,
|
||||
&common.StepCreateFloppy{
|
||||
Files: b.config.FloppyFiles,
|
||||
Files: b.config.FloppyFiles,
|
||||
Directories: b.config.FloppyConfig.FloppyDirectories,
|
||||
},
|
||||
&common.StepHTTPServer{
|
||||
|
|
|
|||
Loading…
Reference in a new issue