Update resource_provisioner.go

fix spacing for service url.
This commit is contained in:
Skyler Layne 2018-07-05 15:37:42 -04:00 committed by GitHub
parent 6de63cfa73
commit d1124a4e3d
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 != "" {