You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(install.ps1): modify User $Path correctly (#869)
* fix(install.ps1): modify User $Path correctly
When an non-admin Windows user would install the Lacework CLI, we were
modifying the User's $Path environment variable incorrectly. In fact, we
were overriding the entire $Path to be the System's $Path (at the Machine)
This change is fixing this issue by properly updating the Users' or
System wide $Path environment variable.
Jira:
- https://lacework.atlassian.net/browse/LINK-812
- https://lacework.atlassian.net/browse/ALLY-1103
Extra: fix(install.ps1): avoid modifying PATH in any way
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
0 commit comments