mirror of https://github.com/dapr/cli.git
correct spelling (#1206)
This commit is contained in:
parent
a891cb09b3
commit
55bc454ad9
|
@ -141,7 +141,7 @@ if (!(Test-Path $zipFilePath -PathType Leaf)) {
|
||||||
Write-Output "Extracting $zipFilePath..."
|
Write-Output "Extracting $zipFilePath..."
|
||||||
Microsoft.Powershell.Archive\Expand-Archive -Force -Path $zipFilePath -DestinationPath $DaprRoot
|
Microsoft.Powershell.Archive\Expand-Archive -Force -Path $zipFilePath -DestinationPath $DaprRoot
|
||||||
if (!(Test-Path $DaprCliFilePath -PathType Leaf)) {
|
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
|
# Check the Dapr CLI version
|
||||||
|
|
Loading…
Reference in New Issue