Skip to content

Commit 6bd5796

Browse files
[WIP] Formatting
1 parent cf520a4 commit 6bd5796

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/install/web.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ def apply_template!
1616
message = <<~ERROR
1717
1818
19-
=== Please use use the correct options ===
19+
=== Please use the correct options ===
2020
21-
rails new <app_name> \
22-
--skip-test \
23-
-d=postgresql \
21+
rails new <app_name> \\
22+
--skip-test \\
23+
-d=postgresql \\
2424
-m=https://raw.githubusercontent.com/thoughtbot/suspenders/suspenders-3-0-0-web-generator/lib/install/web.rb
2525
ERROR
2626

0 commit comments

Comments
 (0)