8000 Update apps/rush-lib/src/api/RushConfiguration.ts · JavaScriptExpert/rushstack@8c3ebe8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c3ebe8

Browse files
Update apps/rush-lib/src/api/RushConfiguration.ts
Co-Authored-By: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent 084266e commit 8c3ebe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/rush-lib/src/api/RushConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export interface IConfigurationEnvironmentVariable {
140140
/**
141141
* Set to true to override the environment variable even if it is set on the device
142142
*/
143-
override?: boolean; //
143+
override?: boolean;
144144
}
145145

146146
/**

0 commit comments

Comments
 (0)
0