fix(windows): 'powershell -File ...' to work with $HOME with spaces

This commit is contained in:
AJ ONeal
2024-01-15 21:44:43 -07:00
parent 73c5ea082c
commit 379a301bf3
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
}