Try to stabilize sauce results.

This commit is contained in:
John-David Dalton
2014-04-29 00:17:51 -07:00
parent 59b7bc7b98
commit 8bbb84fdc7

View File

@@ -186,7 +186,7 @@ if (publicAccess === true) {
defaultOptions['public'] = 'public'; defaultOptions['public'] = 'public';
} }
if (tunneled) { if (tunneled) {
defaultOptions['tunnel-identifier'] = tunnelId; defaultOptions.tunnel = 'tunnel-identifier:' + tunnelId;
} }
/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/