mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 08:21:07 -06:00
Update resource_provisioner.go
fix spacing for service url.
This commit is contained in:
parent
6de63cfa73
commit
d1124a4e3d
@ -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
Block a user