Update builder/ucloud/uhost/step_config_security_group.go

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

@ -66,7 +66,7 @@ func (s *stepConfigSecurityGroup) Run(ctx context.Context, state multistep.State
}
if securityGroupId == "" {
return halt(state, fmt.Errorf("the default security group not exist"), "")
return halt(state, fmt.Errorf("the default security group does not exist"), "")
}
state.Put("security_group_id", securityGroupId)

Loading…
Cancel
Save