Update builder/ucloud/uhost/step_create_instance.go

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

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

Loading…
Cancel
Save