mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
fix(windows): 'powershell -File ...' to work with $HOME with spaces
This commit is contained in:
@@ -13,7 +13,7 @@ function Repair-MissingCommand {
|
||||
Return
|
||||
}
|
||||
|
||||
& $HOME\.local\bin\webi-pwsh.ps1 $Package
|
||||
& "$HOME\.local\bin\webi-pwsh.ps1" $Package
|
||||
$null = Sync-EnvPath
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user