Skip to content

Commit 65b9e82

Browse files
Fixup: Script casing
Co-authored-by: Andy Jordan <[email protected]>
1 parent 6e132a1 commit 65b9e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellEditorServices.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Task BuildIfChanged -Inputs {
309309
'./src/PowerShellEditorServices.Hosting/bin/Debug/net8.0/Microsoft.PowerShell.EditorServices.Hosting.dll'
310310
} -Jobs {
311311
Write-Build DarkMagenta 'Changes detected, rebuilding'
312-
$SCRIPT:ChangesDetected = $true
312+
$script:ChangesDetected = $true
313313
}, Build
314314

315315
Task Test TestPS74, TestE2EPwsh, TestPS51, TestE2EPowerShell

0 commit comments

Comments
 (0)