mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +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
|
||||
# $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"
|
||||
|
Loading…
Reference in New Issue
Block a user