Skip to content

Commit

Permalink
- Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed May 22, 2024
1 parent d3bd8d8 commit d758d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy-teams.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}

0 comments on commit d758d05

Please sign in to comment.