Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/unicorn.rb')
-rw-r--r--config/unicorn.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/unicorn.rb b/config/unicorn.rb
index 0257093e2..2e5528978 100644
--- a/config/unicorn.rb
+++ b/config/unicorn.rb
@@ -1,5 +1,4 @@
-require 'pathname'
-require Pathname.new(__FILE__).expand_path.dirname.join('load_config')
+require File.expand_path('../load_config', __FILE__)
# Enable and set these to run the worker as a different user/group
#user = 'diaspora'