commit 2a987e34b8d4822972bb571dbff9c903ee56e17d parent bde83dfc716548544aad221885d7e25209ac2208 Author: bharatvaj.ph <bharatvaj.ph@zohocorp.com> Date: Tue, 26 Apr 2022 17:48:42 +0530 Fix environment variables in setup.ps1 Diffstat:
M | .config/cmd/setup.ps1 | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/cmd/setup.ps1 b/.config/cmd/setup.ps1 @@ -7,4 +7,4 @@ Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get. scoop install $(gc ~/.config/cmd/packages.txt) # Apply config patches -xcopy %USERPROFILE%\.config\cmd\patch %USERPROFILE% /E +xcopy $Env:USERPROFILE\.config\cmd\patch $Env:USERPROFILE\ /S /E