Unverified Commit adf16caa authored by Kristin Laemmert's avatar Kristin Laemmert Committed by GitHub
Browse files

Merge pull request #18400 from skylerto/master

provisioner/habitat: add missing space for service url
parents 5fda3a3b d1124a4e
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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 != "" {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment