diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2016-08-20 11:41:23 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2016-08-20 11:41:23 +0200 |
commit | 413d49e672ccf55bd6cc05783b80f8ec54b617eb (patch) | |
tree | 975b69311bfda67710b769bfa7285a8924917681 | |
parent | f7a3fef16ba73186ab9a9f27684f21a15aef6299 (diff) | |
download | norsk-urskog-registrations-413d49e672ccf55bd6cc05783b80f8ec54b617eb.tar.gz norsk-urskog-registrations-413d49e672ccf55bd6cc05783b80f8ec54b617eb.tar.bz2 norsk-urskog-registrations-413d49e672ccf55bd6cc05783b80f8ec54b617eb.zip |
One more fancy double quote...
-rw-r--r-- | config/puma.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/puma.rb b/config/puma.rb index 3f9b1f9..ae0cb1c 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -41,7 +41,7 @@ pidfile "#{application_path}/shared/tmp/pids/puma.pid" state_path "#{application_path}/shared/tmp/pids/puma.state" # Redirect STDOUT and STDERR to files specified. The 3rd parameter -# (“append") specifies whether the output is appended, the default is +# ("append") specifies whether the output is appended, the default is # "false". # stdout_redirect( |