Skip to content

Commit c4b771e

Browse files
authored
Fixed Procfile.dev to remove unnecessary empty line and terminated with a newline (#23)
1 parent c80e158 commit c4b771e

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
@@ -38,7 +38,7 @@
3838
end
3939

4040
if Rails.root.join("Procfile.dev").exist?
41-
append_to_file "Procfile.dev", "\ncss: yarn build:css --watch"
41+
append_to_file "Procfile.dev", "css: yarn build:css --watch\n"
4242
else
4343
say "Add default Procfile.dev"
4444
copy_file "#{__dir__}/Procfile.dev", "Procfile.dev"

0 commit comments

Comments
 (0)