Skip to content

Commit

Permalink
Fixed typo in production recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Neath committed Oct 8, 2008
1 parent 87072a7 commit c195ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/production.rb
Expand Up @@ -13,7 +13,7 @@
ssh_options[:forward_agent] = true
set :use_sudo, true
set :scm_verbose, true
set :rails_env, "staging"
set :rails_env, "production"

#############################################################
# Servers
Expand Down

0 comments on commit c195ad6

Please sign in to comment.