Skip to content

Commit

Permalink
Fix typo in error message in script TypeSpec-Generate-Sdk.ps1 (#26558)
Browse files Browse the repository at this point in the history
  • Loading branch information
dargilco authored Nov 4, 2023
1 parent cfc1f24 commit 47413a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/TypeSpec-Generate-Sdk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if ($SdkLanguage) {
$rootPath = Split-Path $specFolderPath -Parent
$sdkRepoRoot = Join-Path $rootPath "sdk-repos"
if (!(Test-Path $sdkRepoRoot)) {
Write-Error "sdk repos root folder doesn't eixst: $sdkRepoRoot"
Write-Error "sdk repos root folder doesn't exist: $sdkRepoRoot"
exit 1
}

Expand Down

0 comments on commit 47413a3

Please sign in to comment.