Skip to content

Commit 67b7eaf

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ export class InstallManager {
10831083

10841084
if (process.env[envVar]) {
10851085
setEnvironmentVariable = false;
1086-
console.log(colors.yellow(`WARNING: Environment variable already defined on the device:`));
1086+
console.log(colors.yellow(`WARNING: Environment variable already defined:`));
10871087
console.log(` Name: ${envVar}`);
10881088
console.log(` Value set on the device: ${process.env[envVar]}`);
10891089
console.log(` Value set in Rush config: ${environmentVariables[envVar].value}`);

0 commit comments

Comments
 (0)