pull/919/head
Mitchell Hashimoto 13 years ago
parent 992a9bfb22
commit e85a01d9da

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