Skip to content

Commit f17c075

Browse files
committed
Fix newline with code block
1 parent c17133d commit f17c075

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

default.rb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,12 @@
222222
CODE
223223

224224
# Update .gitignore
225-
append_file '.gitignore', '.db-seeded\r\n'
226-
append_file '.gitignore', '.db-created\r\n'
227-
append_file '.gitignore', '.DS_Store\r\n'
225+
append_file '.gitignore', <<~CODE
226+
.db-seeded
227+
.db-created
228+
.DS_Store
229+
230+
CODE
228231

229232
puts"""
230233

0 commit comments

Comments
 (0)