fix typo, sorry [ci skip]

This commit is contained in:
Jonne Haß 2012-02-01 20:06:18 +01:00
parent 6113b62161
commit e5fe6a2280

View file

@ -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