@_xtribe/cli 1.0.41 → 1.0.42
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 +1 -1
- package/package.json +1 -1
package/install-tribe.js
CHANGED
|
@@ -639,7 +639,7 @@ async function installTribeCLI() {
|
|
|
639
639
|
// Multiple sources for reliability
|
|
640
640
|
// For testing, use a direct URL to our releases folder
|
|
641
641
|
const isTestEnv = process.env.TRIBE_TEST_BINARY_URL;
|
|
642
|
-
const githubRepo = process.env.TRIBE_INSTALLER_REPO || 'TRIBE-INC/
|
|
642
|
+
const githubRepo = process.env.TRIBE_INSTALLER_REPO || 'TRIBE-INC/0zen';
|
|
643
643
|
|
|
644
644
|
let downloadUrl = '';
|
|
645
645
|
|