zarro 1.99.6 → 1.100.0
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.
|
@@ -525,7 +525,7 @@ module.exports = function _env(env) {
|
|
|
525
525
|
env.register({
|
|
526
526
|
name: "BUILD_RETRIES",
|
|
527
527
|
help: "Retry the build again up to this many times on failure (work around transient errors on build host)",
|
|
528
|
-
default: "
|
|
528
|
+
default: "0"
|
|
529
529
|
});
|
|
530
530
|
|
|
531
531
|
debug("-- env registration complete --");
|