about summary refs log tree commit homepage
path: root/KNOWN_ISSUES
diff options
context:
space:
mode:
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