Skip to content

Commit 6dff3f6

Browse files
committed
Fix run instruction in bin/setup.
1 parent c5d41cf commit 6dff3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ FileUtils.chdir(File.expand_path("..", __dir__)) do
1818
puts "\n== Removing old logs and tempfiles =="
1919
system!("bin/rails log:clear tmp:clear")
2020

21-
puts "\n\n🚀 Ready! Run the test application with: `rails s`. 🚀\n"
21+
puts "\n\n🚀 Ready! Run the test application with: `bin/dev`. 🚀\n"
2222
end

0 commit comments

Comments
 (0)