From: AJ ONeal Date: Tue, 30 Jun 2020 17:54:53 +0000 (+0000) Subject: remove extra & X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=ea77982c0a6510744d164b73cebed43e42f77fac remove extra & --- diff --git a/_webi/bootstrap.ps1 b/_webi/bootstrap.ps1 index 18b0bf8..5eac194 100644 --- a/_webi/bootstrap.ps1 +++ b/_webi/bootstrap.ps1 @@ -36,7 +36,7 @@ popd # Run webi.ps1 #TODO Set-ExecutionPolicy -ExecutionPolicy Bypass -& Invoke-Expression "powershell -ExecutionPolicy Bypass .\.local\bin\webi.ps1 {{ exename }}" +Invoke-Expression "powershell -ExecutionPolicy Bypass .\.local\bin\webi.ps1 {{ exename }}" # Run pathman to set up the folder #& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\.bin"