Update builder/ucloud/uhost/step_create_instance.go

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

View File

@ -196,7 +196,7 @@ func (s *stepCreateInstance) Cleanup(state multistep.StateBag) {
})
if err != nil {
ui.Error(fmt.Sprintf("Error on waiting for deleting instance %q completed, %s",
ui.Error(fmt.Sprintf("Error on waiting for instance %q to be deleted: %s",
s.instanceId, err.Error()))
return
}