about summary refs log tree commit homepage
path: root/KNOWN_ISSUES
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-04-20 22:42:34 +0000
committerEric Wong <normalperson@yhbt.net>2010-04-20 15:43:05 -0700
commitde0e3a2f969730f4682daf6cff1e0d424ddd43e1 (patch)
tree9896cb6ad559f8a4a3c65b2b4db081856d191469 /KNOWN_ISSUES
parent6727d8ab1b2e841f7153bda071ab3b800bbce089 (diff)
downloadunicorn-de0e3a2f969730f4682daf6cff1e0d424ddd43e1.tar.gz
Diffstat (limited to 'KNOWN_ISSUES')
-rw-r--r--KNOWN_ISSUES2
1 files changed, 1 insertions, 1 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
index 864b096..c32d751 100644
--- a/KNOWN_ISSUES
+++ b/KNOWN_ISSUES
@@ -49,7 +49,7 @@ acceptable solution.  Those issues are documented here.
   RUBYOPT environment variable modifications from propagating between
   upgrades in your Unicorn config file:
 
-        before_exec do
+        before_exec do |server|
           Isolate.disable
         end