correct spelling (#1206)

This commit is contained in:
Clay Lenhart 2023-02-05 02:07:51 -05:00 committed by GitHub
parent a891cb09b3
commit 55bc454ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ if (!(Test-Path $zipFilePath -PathType Leaf)) {
Write-Output "Extracting $zipFilePath..."
Microsoft.Powershell.Archive\Expand-Archive -Force -Path $zipFilePath -DestinationPath $DaprRoot
if (!(Test-Path $DaprCliFilePath -PathType Leaf)) {
throw "Failed to download Dapr Cli archieve - $zipFilePath"
throw "Failed to download Dapr Cli archive - $zipFilePath"
}
# Check the Dapr CLI version