8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4321da commit 83df86fCopy full SHA for 83df86f
apps/rush-lib/src/logic/InstallManager.ts
@@ -1091,7 +1091,7 @@ export class InstallManager {
1091
if (environmentVariables[envVar].override &&
1092
environmentVariables[envVar].override === true) {
1093
setEnvironmentVariable = true;
1094
- console.log(colors.yellow(`WARNING: Overriding the environment variable with the value set in Rush config.`));
+ console.log(colors.yellow(`WARNING: Overriding the environment variable with the value set in rush.json.`));
1095
}
1096
else {
1097
console.log(colors.yellow(`WARNING: Not overriding the value of the environment variable.`));
0 commit comments