Merge pull request #18400 from skylerto/master

provisioner/habitat: add missing space for service url
This commit is contained in:
Kristin Laemmert 2018-07-06 11:04:56 -07:00 committed by GitHub
commit adf16caa35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 != "" {