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 0679f64689
commit 591f2833b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ func (s *stepCreateInstance) Run(ctx context.Context, state multistep.StateBag)
})
if err != nil {
return halt(state, err, fmt.Sprintf("Error on waiting for instance %q available", instanceId))
return halt(state, err, fmt.Sprintf("Error on waiting for instance %q to become available", instanceId))
}
ui.Message(fmt.Sprintf("Creating instance %q complete", instanceId))

Loading…
Cancel
Save