From 33d9e1ca499e0c3c81c1da8afd9d4dd2e044951e Mon Sep 17 00:00:00 2001 From: "mingsheng.su" Date: Fri, 28 Jun 2019 12:03:11 +0800 Subject: [PATCH] Update builder/ucloud/uhost/step_copy_image.go Co-Authored-By: Megan Marsh --- builder/ucloud/uhost/step_copy_image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/ucloud/uhost/step_copy_image.go b/builder/ucloud/uhost/step_copy_image.go index e9a6cee33..459f4553b 100644 --- a/builder/ucloud/uhost/step_copy_image.go +++ b/builder/ucloud/uhost/step_copy_image.go @@ -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"))