Skip to content

Commit 134e58c

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ export interface IConfigurationEnvironment {
128128
}
129129

130130
/**
131-
* Represents an environment variable
131+
* Represents the value of an environment variable, and if the value should be overridden if the variable is set
132+
* in the parent environment.
132133
* @public
133134
*/
134135
export interface IConfigurationEnvironmentVariable {

0 commit comments

Comments
 (0)