Skip to content

Commit

Permalink
fix(amazon-ebs): fix type error in source_ami_filter.owners configu…
Browse files Browse the repository at this point in the history
…ration processing
  • Loading branch information
grv87 committed May 20, 2017
1 parent aa536da commit b625891
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class PackerPluginExtension {
'AWS_SECRET_ACCESS_KEY': parseString(builder['secret_key'], t.contextTemplateData)
]
Map filters
String[] owners = []
List<String> owners = []
boolean mostRecent = false
if (builder.containsKey('source_ami'))
filters = ['image-id': [parseString(builder['source_ami'], t.contextTemplateData)]]
Expand Down

0 comments on commit b625891

Please sign in to comment.