This commit is contained in:
Mitchell Hashimoto 2013-07-20 20:08:54 -07:00
parent 992a9bfb22
commit e85a01d9da
1 changed files with 2 additions and 2 deletions

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