From a1f4fbde02faba3465ccb72037a6cdcd2578b934 Mon Sep 17 00:00:00 2001 From: Skud Date: Sat, 6 Oct 2012 21:37:14 +0100 Subject: [PATCH] missed a comma --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 5d3b18ed1..71dc815d2 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -15,7 +15,7 @@ require 'capistrano/ext/multistage' # when we really deploy to production, we should break this out into two # files under /config/deploy/staging.rb and production.rb set :deploy_to, "/var/www/#{application}" -set :rails_env "staging" +set :rails_env, "staging" role :web, application role :app, application