From 55bc454ad970b1c4ac0e50b7f122ad8418ea8499 Mon Sep 17 00:00:00 2001 From: Clay Lenhart Date: Sun, 5 Feb 2023 02:07:51 -0500 Subject: [PATCH] correct spelling (#1206) --- install/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.ps1 b/install/install.ps1 index dfafe188..2cffaa2f 100755 --- a/install/install.ps1 +++ b/install/install.ps1 @@ -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