amazon/common: wording nit

This commit is contained in:
Mitchell Hashimoto 2015-06-08 09:34:53 -07:00
parent 9d79b48723
commit 984bbc3a1e
1 changed files with 1 additions and 1 deletions

View File

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