builder/amazon/ebs: don't need this variable

This commit is contained in:
Mitchell Hashimoto 2013-07-31 09:35:26 -07:00
parent a2481f2300
commit f2f69e6f7b
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ func (s *stepStopInstance) Run(state map[string]interface{}) multistep.StepActio
Refresh: awscommon.InstanceStateRefreshFunc(ec2conn, instance),
StepState: state,
}
instanceRaw, err := awscommon.WaitForState(&stateChange)
instance = instanceRaw.(*ec2.Instance)
_, err = awscommon.WaitForState(&stateChange)
if err != nil {
err := fmt.Errorf("Error waiting for instance to stop: %s", err)
state["error"] = err