Skip to content

Commit c4321da

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

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
@@ -1098,7 +1098,7 @@ export class InstallManager {
10981098
}
10991099
}
11001100

1101-
if (setEnvironmentVariable === true) {
1101+
if (setEnvironmentVariable) {
11021102
console.log(`Setting environment variable for package manager.`);
11031103
console.log(` Name: ${envVar}`);
11041104
console.log(` Value: ${environmentVariables[envVar].value}`);

0 commit comments

Comments
 (0)