@firestartr/cli 1.43.2-snapshot-9 → 1.43.2-snapshot-10
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/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -284359,7 +284359,7 @@ class FeaturesOverrider extends OverriderPatches {
|
|
284359
284359
|
versionOrRef = this.featureRef;
|
284360
284360
|
renderer = 'getFeatureConfigFromRef';
|
284361
284361
|
}
|
284362
|
-
return features_preparer[renderer](this.featureName, versionOrRef, this.featureArgs,
|
284362
|
+
return features_preparer[renderer](this.featureName, versionOrRef, cr, this.featureArgs, repo, owner);
|
284363
284363
|
}
|
284364
284364
|
async __validate() {
|
284365
284365
|
return true;
|