try again with closing quote

This commit is contained in:
Jean-Paul Calderone 2023-08-09 10:55:49 -04:00
parent f179390094
commit e1269c836d

View File

@ -215,7 +215,7 @@ jobs:
# install. Note we carefully construct the string so that
# $env:PATH is not substituted now but $p and $q are. ` is the
# 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":
name: "Reveal $env:PATH"