This commit is contained in:
Mitchell Hashimoto 2013-07-20 20:08:54 -07:00
parent a780d0e0dd
commit b91fb5e1a0

View File

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