Merge pull request #18400 from skylerto/master
provisioner/habitat: add missing space for service url
This commit is contained in:
commit
adf16caa35
|
@ -680,7 +680,7 @@ func (p *provisioner) startHabService(o terraform.UIOutput, comm communicator.Co
|
|||
}
|
||||
|
||||
if service.URL != "" {
|
||||
options += fmt.Sprintf("--url %s", service.URL)
|
||||
options += fmt.Sprintf(" --url %s", service.URL)
|
||||
}
|
||||
|
||||
if service.Group != "" {
|
||||
|
|
Loading…
Reference in New Issue