Skip to content

Commit e8f0686

Browse files
azure-sdkantkmsft
andauthored
Fix case-sensitive spelling in scripts that get deployed to C++ repo (#34308)
Co-authored-by: Anton Kolesnyk <[email protected]>
1 parent db6db5c commit e8f0686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/spelling/Invoke-Cspell.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function Test-VersionReportMatches() {
8787
$expectedPackageVersion = '6.12.0'
8888

8989
# Act
90-
$actual = &"$PSSCriptRoot/Invoke-Cspell.ps1" `
90+
$actual = &"$PSScriptRoot/Invoke-Cspell.ps1" `
9191
-JobType '--version'
9292

9393
# Assert

0 commit comments

Comments
 (0)