fixed format issues
This commit is contained in:
parent
892e718c52
commit
a6a35e17df
|
@ -225,7 +225,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
|||
Users: b.config.AMIUsers,
|
||||
Groups: b.config.AMIGroups,
|
||||
ProductCodes: b.config.AMIProductCodes,
|
||||
Visibility: b.config.AMIVisibility,
|
||||
Visibility: b.config.AMIVisibility,
|
||||
},
|
||||
&awscommon.StepCreateTags{
|
||||
Tags: b.config.AMITags,
|
||||
|
|
Loading…
Reference in New Issue