sprinkle-tool / sprinkle

Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails, or Sinatra stack on a brand new slice directly after its been created
https://github.com/sprinkle-tool/sprinkle
MIT License
1.15k stars 138 forks source link

Fixed a problem with "custom_dir" option in source installer #45

Closed bragma closed 11 years ago

bragma commented 13 years ago

Added a missing '@' before options[]. This caused custom_dir option to be parsed incorrectly.

joshgoebel commented 11 years ago

Custom dir should be a string, not first is not necessary... but the gist of this is already in master now. Closing.