[dynamic-source-ami] fix lint error

pull/3817/head
Chris Lundquist 10 years ago
parent 3d6cf56715
commit 57e7a1a3e6

@ -95,7 +95,7 @@ func (s *StepRunSourceInstance) Run(state multistep.StateBag) multistep.StepActi
state.Put("error", fmt.Errorf(
"The provided source AMI has an invalid root device type.\n"+
"Expected '%s', got '%s'.",
s.ExpectedRootDevice, image.RootDeviceType))
s.ExpectedRootDevice, *image.RootDeviceType))
return multistep.ActionHalt
}

Loading…
Cancel
Save