Skip to content

Commit 1400447

Browse files
committed
Fix quote
1 parent 50e3229 commit 1400447

File tree

1 file changed

+1
-1
lines changed
  • activestorage/test/dummy/config

1 file changed

+1
-1
lines changed

activestorage/test/dummy/config/puma.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
if ENV["PIDFILE"]
3232
pidfile ENV["PIDFILE"]
3333
else
34-
pidfile tmp/pids/server.pid" if ENV.fetch("RAILS_ENV", "development") == "development"
34+
pidfile "tmp/pids/server.pid" if ENV.fetch("RAILS_ENV", "development") == "development"
3535
end
3636

3737
# Allow puma to be restarted by `bin/rails restart` command.

0 commit comments

Comments
 (0)