Skip to content

Commit

Permalink
bugfix: fix args for entangle
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Aug 31, 2016
1 parent b9e0600 commit 4219355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/relay/relay_web.cpp
Expand Up @@ -782,7 +782,7 @@ WebServer::entangle_register()
m_entangle_obase = "_entangle_conduit_relay_webserver_output";
}

cmd << "--obase " << m_entangle_obase;
cmd << " --obase " << m_entangle_obase;

CONDUIT_INFO(cmd.str());

Expand Down

0 comments on commit 4219355

Please sign in to comment.