From c8a9447aa483144e39505771ef673a641b7910c8 Mon Sep 17 00:00:00 2001 From: "mingsheng.su" Date: Fri, 28 Jun 2019 12:02:56 +0800 Subject: [PATCH] Update builder/ucloud/uhost/step_create_image.go Co-Authored-By: Megan Marsh --- builder/ucloud/uhost/step_create_image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/ucloud/uhost/step_create_image.go b/builder/ucloud/uhost/step_create_image.go index 374a08e26..9f6e46f2e 100644 --- a/builder/ucloud/uhost/step_create_image.go +++ b/builder/ucloud/uhost/step_create_image.go @@ -54,7 +54,7 @@ func (s *stepCreateImage) Run(ctx context.Context, state multistep.StateBag) mul }) if err != nil { - return halt(state, err, fmt.Sprintf("Error on waiting for image %q available", resp.ImageId)) + return halt(state, err, fmt.Sprintf("Error on waiting for image %q to become available", resp.ImageId)) } imageSet, err := client.DescribeImageById(resp.ImageId)