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