From 0003dc167a853b2420749cb878bb594851528d0d Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Thu, 9 Jul 2020 10:44:50 +0200 Subject: [PATCH] bin: remove last mentions of overmind --- bin/setup | 2 +- bin/update | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/setup b/bin/setup index 34110e498..a6ada35ea 100755 --- a/bin/setup +++ b/bin/setup @@ -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 diff --git a/bin/update b/bin/update index 04eb642c5..3c8f58d28 100755 --- a/bin/update +++ b/bin/update @@ -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