From ea77982c0a6510744d164b73cebed43e42f77fac Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 30 Jun 2020 17:54:53 +0000 Subject: [PATCH] remove extra & --- _webi/bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.25.1