From d758d055439243a327a62601960759ac68a5b447 Mon Sep 17 00:00:00 2001 From: Franck Cornu Date: Wed, 22 May 2024 10:08:16 -0400 Subject: [PATCH] - Fixed typo --- deploy/deploy-teams.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy-teams.ps1 b/deploy/deploy-teams.ps1 index 5b0cd15..fb92fb7 100644 --- a/deploy/deploy-teams.ps1 +++ b/deploy/deploy-teams.ps1 @@ -106,6 +106,6 @@ teamsfx deploy --env $ENV_EnvName Pop-Location if ($LASTEXITCODE) { - throw "Error during TeamsFx deployment. Details $(Get-Error))" + throw "Error during TeamsFx deployment. Details $(Get-Error)" }