mirror of
https://github.com/cloudflare/cloudflared.git
synced 2026-01-11 19:57:05 +00:00
Remove extraneous period from Path Environment Variable (#1009)
This commit is contained in:
parent
f51be82729
commit
9e1f4c2bca
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
<!--Set the cloudflared bin location to the Path Environment Variable-->
|
||||
<Environment Id="ENV0"
|
||||
Name="PATH"
|
||||
Value="[INSTALLDIR]."
|
||||
Value="[INSTALLDIR]"
|
||||
Permanent="no"
|
||||
Part="last"
|
||||
Action="create"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue