fix quoting bug

This commit is contained in:
Jean-Paul Calderone 2023-08-09 10:52:10 -04:00
parent 0995b77020
commit f179390094

View File

@ -215,7 +215,7 @@ jobs:
# install. Note we carefully construct the string so that # install. Note we carefully construct the string so that
# $env:PATH is not substituted now but $p and $q are. ` is the # $env:PATH is not substituted now but $p and $q are. ` is the
# PowerShell string escape character. # PowerShell string escape character.
Add-Content -Path $Profile.CurrentUserAllHosts -Value "`$env:PATH = `"$p;$q;`$env:PATH`"' Add-Content -Path $Profile.CurrentUserAllHosts -Value "`$env:PATH = `"$p;$q;`$env:PATH`"
- "run": - "run":
name: "Reveal $env:PATH" name: "Reveal $env:PATH"