simplify output

This commit is contained in:
Lesko, Matthew (NIH/NLM/NCBI) [C] 2015-01-13 21:40:15 -05:00
parent 9d097f9d4e
commit 62e054c404
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ func (s *StepKeyPair) Cleanup(state multistep.StateBag) {
ec2conn := state.Get("ec2").(*ec2.EC2)
ui := state.Get("ui").(packer.Ui)
ui.Say("DANGER: Deleting temporary keypair...")
ui.Say("Deleting temporary keypair...")
_, err := ec2conn.DeleteKeyPair(s.keyName)
if err != nil {
ui.Error(fmt.Sprintf(