fix typo, sorry [ci skip]
This commit is contained in:
parent
6113b62161
commit
e5fe6a2280
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue