From 60870cab379f8e4c334e9b41eeba4e1eaf9c22ca Mon Sep 17 00:00:00 2001 From: MrZYX Date: Wed, 18 May 2011 20:53:45 +0200 Subject: [PATCH] one more app_config --- lib/app_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app_config.rb b/lib/app_config.rb index c0cbd6788..a589d634c 100644 --- a/lib/app_config.rb +++ b/lib/app_config.rb @@ -38,7 +38,7 @@ class AppConfig all_envs.deep_merge!(all_envs_custom) else unless Rails.env == "development" || Rails.env == "test" - $stderr.puts "WARNING: No config/app.yml found! Look at config/app_config.yml.example for help." + $stderr.puts "WARNING: No config/app.yml found! Look at config/app.yml.example for help." end end