8000 Update apps/rush-lib/src/logic/InstallManager.ts · JavaScriptExpert/rushstack@83df86f · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83df86f

Browse files
Update apps/rush-lib/src/logic/InstallManager.ts
Co-Authored-By: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent c4321da commit 83df86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/rush-lib/src/logic/InstallManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ export class InstallManager {
10911091
if (environmentVariables[envVar].override &&
10921092
environmentVariables[envVar].override === true) {
10931093
setEnvironmentVariable = true;
1094-
console.log(colors.yellow(`WARNING: Overriding the environment variable with the value set in Rush config.`));
1094+
console.log(colors.yellow(`WARNING: Overriding the environment variable with the value set in rush.json.`));
10951095
}
10961096
else {
10971097
console.log(colors.yellow(`WARNING: Not overriding the value of the environment variable.`));

0 commit comments

Comments
 (0)
0