Update builder/ucloud/uhost/step_create_image.go

Co-Authored-By: Megan Marsh <megan@hashicorp.com>
This commit is contained in:
mingsheng.su 2019-06-28 12:02:56 +08:00 committed by GitHub
parent 4dfb338915
commit c8a9447aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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