@_xtribe/cli 1.0.0-beta.10 → 1.0.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install-tribe.js +2 -2
- package/package.json +1 -1
package/install-tribe.js
CHANGED
|
@@ -460,8 +460,8 @@ async function deployTribeCluster() {
|
|
|
460
460
|
TRIBE_DEPLOYMENT_YAML: destYaml
|
|
461
461
|
};
|
|
462
462
|
|
|
463
|
-
// Execute tribe start
|
|
464
|
-
execSync(`${tribePath} start
|
|
463
|
+
// Execute tribe start
|
|
464
|
+
execSync(`${tribePath} start`, {
|
|
465
465
|
stdio: 'pipe',
|
|
466
466
|
env: env
|
|
467
467
|
});
|