Skip to content

Commit

Permalink
Fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Feb 16, 2024
1 parent 50e3229 commit 1400447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activestorage/test/dummy/config/puma.rb
Expand Up @@ -31,7 +31,7 @@
if ENV["PIDFILE"]
pidfile ENV["PIDFILE"]
else
pidfile tmp/pids/server.pid" if ENV.fetch("RAILS_ENV", "development") == "development"
pidfile "tmp/pids/server.pid" if ENV.fetch("RAILS_ENV", "development") == "development"
end

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

0 comments on commit 1400447

Please sign in to comment.