fixed format issues

This commit is contained in:
ktruong7 2013-11-27 10:47:06 -05:00
parent 892e718c52
commit a6a35e17df
1 changed files with 1 additions and 1 deletions

View File

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