Commit 984bbc3a authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

amazon/common: wording nit

parent 9d79b487
......@@ -35,7 +35,7 @@ func (s *StepAMIRegionCopy) Run(state multistep.StateBag) multistep.StepAction {
for _, region := range s.Regions {
if region == ec2conn.Config.Region {
ui.Message(fmt.Sprintf(
"Avoid copying AMI to duplicate region %s", region))
"Avoiding copying AMI to duplicate region %s", region))
continue
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment