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

fix a syntax error in process_with_transfer #97

Closed irohiroki closed 11 years ago

irohiroki commented 11 years ago

an error of ternary operator. wrong: a : b ? c right: a ? b : c