mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-07-08 16:31:03 +00:00
949cbabac0
Rather use (Get-PsProvider 'FileSystem').home, in case the user ~ is not pointing to $home. This can happen if the user wants to keep $home on $Env:USERPROFILE but is working in a different folder and want it to be ~ (for simplicity).