Skip to content

Commit

Permalink
fix proxy name
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed May 10, 2016
1 parent 8ee9ad2 commit 443a9e2
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 443a9e2

Please sign in to comment.