Skip to content

Commit 2e318c1

Browse files
authored
Update README.md
1 parent 46794ca commit 2e318c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ These commands will install the DevSpace CLI and add it to the PATH environment
3131
```powershell
3232
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12'
3333
mkdir "$Env:Programfiles\devspace"
34-
wget ((Invoke-WebRequest -URI "https://api.github.com/repos/covexo/devspace/releases/latest").Content -replace ".`"(https://github.com[^`"]*devspace-windows-amd64.exe)`".","`$1") -o $Env:Programfiles\devspace\devspace.exe
34+
wget ((Invoke-WebRequest -URI "https://api.github.com/repos/covexo/devspace/releases/latest").Content -replace ".*`"(https://github.com[^`"]*devspace-windows-amd64.exe)`".*","`$1") -o $Env:Programfiles\devspace\devspace.exe
3535
& "$Env:Programfiles\devspace\devspace.exe" "install"
3636
```
3737

0 commit comments

Comments
 (0)