bin: remove last mentions of overmind

This commit is contained in:
Pierre de La Morinerie 2020-07-09 10:44:50 +02:00
parent 2fff534d66
commit 0003dc167a
2 changed files with 2 additions and 2 deletions

View file

@ -34,5 +34,5 @@ chdir APP_ROOT do
system! 'bin/rails log:clear tmp:clear'
puts "\n== Done =="
puts "You can now start the application server with `overmind start`."
puts "You can now start the application server with `bin/rails server`."
end

View file

@ -31,5 +31,5 @@ chdir APP_ROOT do
system! 'bin/rails log:clear'
puts "\n== Done =="
puts "You can now start (or restart) the application server with `overmind start`."
puts "You can now start (or restart) the application server with `bin/rails server`."
end