We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fb2ea commit 5ba551cCopy full SHA for 5ba551c
bin/helpers/capabilityHelper.js
@@ -35,7 +35,7 @@ const caps = (bsConfig, zip) => {
35
36
// Local Identifier
37
obj.localIdentifier = null;
38
- if (bsConfig.connection_settings.localIdentifier && bsConfig.local === true)
+ if (obj.local === true && bsConfig.connection_settings.localIdentifier)
39
{
40
obj.localIdentifier = bsConfig.connection_settings.localIdentifier;
41
logger.log(`Local Identifier is set to: ${obj.localIdentifier}`);
0 commit comments