mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
fix quoting bug
This commit is contained in:
parent
0995b77020
commit
f179390094
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user