From e5fe6a2280ac17a3af6d9f9186949296eeb96a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 1 Feb 2012 20:06:18 +0100 Subject: [PATCH] fix typo, sorry [ci skip] --- config/initializers/oink.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/oink.rb b/config/initializers/oink.rb index 038dd3c5c..dda457787 100644 --- a/config/initializers/oink.rb +++ b/config/initializers/oink.rb @@ -5,7 +5,7 @@ if Rails.env == 'development' $stderr.puts "WARNING:" $stderr.puts " You run in development but Oink isn't available in your gems." $stderr.puts " That most likely means you copied the bundle command from the installation guide" - $sterrr.puts " and didn't removed development from the --without parameter while having" + $stderr.puts " and didn't removed development from the --without parameter while having" $stderr.puts " the intention to run under development mode. To fix this either switch to" $stderr.puts " production mode or do a rm .bundle/config and run bundle install --without heroku" end