gocd / go-cookbook

Cookbook that installs and configures the open-source ThoughtWorks Studios GoCD product
http://www.gocd.org/
Apache License 2.0
44 stars 66 forks source link

Fix GO_SERVER_URL not being set correctly on windows. #93

Closed watsonlu closed 7 years ago

watsonlu commented 7 years ago

When the agent is installed on windows, the GO_SERVER_URL gets set to "https:" instead of say "https://localhost/go" because of the quoting on the /SERVERURL= switch.