@cabloy/cli 3.0.68 → 3.0.69
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1524,7 +1524,7 @@ class CabloyCommand extends BaseCommand {
|
|
|
1524
1524
|
return;
|
|
1525
1525
|
}
|
|
1526
1526
|
// checkForUpdates
|
|
1527
|
-
checkForUpdates(`${this.brandName}-cli`);
|
|
1527
|
+
// checkForUpdates(`${this.brandName}-cli`);
|
|
1528
1528
|
// collectCommands
|
|
1529
1529
|
await collectCommands();
|
|
1530
1530
|
// cli
|