Skip to content

Commit

Permalink
Merge pull request #2333 from bgruening/proxy_fix
Browse files Browse the repository at this point in the history
Fixes the proxy naming
  • Loading branch information
hexylena committed May 10, 2016
2 parents 8ee9ad2 + 443a9e2 commit d0830e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/web/proxy/__init__.py
Expand Up @@ -162,7 +162,7 @@ def __init__(self, host=None, port=None):

def proxy_ipc(config):
proxy_session_map = config.proxy_session_map
if config.dynamic_proxy == "nodejs":
if config.dynamic_proxy == "node":
if proxy_session_map.endswith(".sqlite"):
return SqliteProxyIpc(proxy_session_map)
else:
Expand Down

0 comments on commit d0830e0

Please sign in to comment.