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 slashes being passed in incorrectly when work_dir is specified #97

Closed watsonlu closed 7 years ago

watsonlu commented 7 years ago

I broke this as part of pull request #93

If you specify work_dir with a forward slash the server will fail to install correctly. Forward slash or backward slash is valid ruby, but the gocd installer expects a backslash.