Skip to content

Commit

Permalink
Correct Script Casing
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Jordan <[email protected]>
  • Loading branch information
JustinGrote and andyleejordan authored Nov 22, 2024
1 parent 9a32498 commit 6e132a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerShellEditorServices.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Task TestE2EPowerShellCLM -If (-not $script:IsNix) Build, SetupHelpForTests, {
}

Task BuildIfChanged.Init -Before BuildIfChanged {
[bool]$SCRIPT:ChangesDetected = $false
[bool]$script:ChangesDetected = $false
}

Task BuildIfChanged -Inputs {
Expand Down

0 comments on commit 6e132a1

Please sign in to comment.