pull/218/head
Mitchell Hashimoto 13 years ago
parent a780d0e0dd
commit b91fb5e1a0

@ -132,9 +132,9 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
// Build the artifact and return it
artifact := &awscommon.Artifact{
Amis: state["amis"].(map[string]string),
Amis: state["amis"].(map[string]string),
BuilderIdValue: BuilderId,
Conn: ec2conn,
Conn: ec2conn,
}
return artifact, nil

Loading…
Cancel
Save