Skip to content

Commit b6ec098

Browse files
authored
Fix Procfile.dev to terminated with a newline (#27)
1 parent fb3efe5 commit b6ec098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
end
3333

3434
if Rails.root.join("Procfile.dev").exist?
35-
append_to_file "Procfile.dev", "js: yarn build --watch"
35+
append_to_file "Procfile.dev", "js: yarn build --watch\n"
3636
else
3737
say "Add default Procfile.dev"
3838
copy_file "#{__dir__}/Procfile.dev", "Procfile.dev"

0 commit comments

Comments
 (0)