Fix case-sensitive spelling in scripts that get deployed to C++ repo (#5349)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Azure SDK Bot 2024-02-13 17:01:17 -08:00 committed by GitHub
parent 735da80bf8
commit 29ac633ae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,7 @@ function Test-VersionReportMatches() {
$expectedPackageVersion = '6.12.0'
# Act
$actual = &"$PSSCriptRoot/Invoke-Cspell.ps1" `
$actual = &"$PSScriptRoot/Invoke-Cspell.ps1" `
-JobType '--version'
# Assert