Skip to content

Commit

Permalink
Smoke is also a dangerous environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jqr committed Jun 21, 2011
1 parent f1ada15 commit 9c037bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railsrc.d/prompt.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
def setup_rails_irb_prompt def setup_rails_irb_prompt
dangerous_envs = %w(production) dangerous_envs = %w(production smoke)
rails_env = ENV['RAILS_ENV'] rails_env = ENV['RAILS_ENV']
rails_env = rails_env.upcase if dangerous_envs.include?(rails_env) rails_env = rails_env.upcase if dangerous_envs.include?(rails_env)


Expand Down

0 comments on commit 9c037bb

Please sign in to comment.