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 'script/websocket_server.rb')
-rw-r--r--script/websocket_server.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/websocket_server.rb b/script/websocket_server.rb
index 7b50bce2d..040070d00 100644
--- a/script/websocket_server.rb
+++ b/script/websocket_server.rb
@@ -3,7 +3,7 @@
# the COPYRIGHT file.
require File.join(File.dirname(__FILE__), '..', 'config', 'environment')
-require File.dirname(__FILE__) + '/../lib/diaspora/web_socket'
+require File.join(File.dirname(__FILE__), '..','lib', 'diaspora', 'web_socket')
at_exit do
begin