Skip to content

Commit 6e132a1

Browse files
Correct Script Casing
Co-authored-by: Andy Jordan <[email protected]>
1 parent 9a32498 commit 6e132a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellEditorServices.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Task TestE2EPowerShellCLM -If (-not $script:IsNix) Build, SetupHelpForTests, {
296296
}
297297

298298
Task BuildIfChanged.Init -Before BuildIfChanged {
299-
[bool]$SCRIPT:ChangesDetected = $false
299+
[bool]$script:ChangesDetected = $false
300300
}
301301

302302
Task BuildIfChanged -Inputs {

0 commit comments

Comments
 (0)