1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Revert "defaulting rails environment to match stage name"

This reverts commit 042e7d9cb5.
This commit is contained in:
Roy Liu 2012-10-09 12:25:43 -04:00
parent b31e2f5727
commit dbdf5a13ed

View file

@ -15,7 +15,6 @@ Capistrano::Configuration.instance.load do
desc "Set the target stage to `#{name}'."
task(name) do
set :stage, name.to_sym
set :rails_env, name
load "#{location}/#{stage}"
end
end