bin: remove last mentions of overmind
This commit is contained in:
parent
2fff534d66
commit
0003dc167a
2 changed files with 2 additions and 2 deletions
|
@ -34,5 +34,5 @@ chdir APP_ROOT do
|
||||||
system! 'bin/rails log:clear tmp:clear'
|
system! 'bin/rails log:clear tmp:clear'
|
||||||
|
|
||||||
puts "\n== Done =="
|
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
|
end
|
||||||
|
|
|
@ -31,5 +31,5 @@ chdir APP_ROOT do
|
||||||
system! 'bin/rails log:clear'
|
system! 'bin/rails log:clear'
|
||||||
|
|
||||||
puts "\n== Done =="
|
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
|
end
|
||||||
|
|
Loading…
Reference in a new issue