lib/cany/recipes/thin.rb in cany-0.1.3 vs lib/cany/recipes/thin.rb in cany-0.2.0

- old
+ new

@@ -13,10 +13,10 @@ # and therefore installed via bundler (and the bundler recipe). class Thin < WebServer register_as :thin def launch_command - %W(thin start -C /etc/#{spec.name}/thin.yml") + %W(thin start --config /etc/#{spec.name}/thin.yml) end def binary default_options = { 'environment' => 'production',