Powershell install command broken
- Dominant language
- Go
- Stars
- 353
- Forks
- 221
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 2
Description
Perhaps it is something I am doing, but attempting to install dapr at a specific version throws the following error:
```powershell
PS C:\Users\josh> powershell -Command "$script=iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1; $block=[ScriptBlock]::Create($script); invoke-command -ScriptBlock $block -ArgumentList 1.11.0-rc.7"
At line:1 char:106
+ ... /dapr/cli/master/install/install.ps1; =[ScriptBlock]::Create(); invok ...
+ ~
An expression was expected after '('.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedExpression
```
Contributor guide
Assessment
This issue has not been assessed yet.