Update builder/ucloud/uhost/step_copy_image.go

Co-Authored-By: Megan Marsh <megan@hashicorp.com>
pull/7775/head
mingsheng.su 7 years ago committed by GitHub
parent c8a9447aa4
commit 33d9e1ca49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,7 +90,7 @@ func (s *stepCopyUCloudImage) Run(ctx context.Context, state multistep.StateBag)
s = append(s, fmt.Sprintf("%s:%s:%s", v.ProjectId, v.Region, v.ImageId))
}
return halt(state, err, fmt.Sprintf("Error on waiting for copying images %q available", strings.Join(s, ",")))
return halt(state, err, fmt.Sprintf("Error on waiting for copying images %q to become available", strings.Join(s, ",")))
}
ui.Message(fmt.Sprintf("Copying image complete"))

Loading…
Cancel
Save