From d3e7b2bd73849998d48b0b455a88f8720c33179a Mon Sep 17 00:00:00 2001 From: Jon Kunkee Date: Sat, 4 Jul 2020 15:58:49 -0700 Subject: [PATCH] Drop testing string from install.ps1 Sorry about this mess. --- _webi/bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_webi/bootstrap.ps1 b/_webi/bootstrap.ps1 index bc283b0..f707248 100644 --- a/_webi/bootstrap.ps1 +++ b/_webi/bootstrap.ps1 @@ -3,4 +3,4 @@ IF (!(Test-Path -Path .local\bin)) { New-Item -Path .local\bin -ItemType Directo IF ($Env:WEBI_HOST -eq $null -or $Env:WEBI_HOST -eq "") { $Env:WEBI_HOST = "https://webinstall.dev" } curl.exe -s -A "windows" "$Env:WEBI_HOST/packages/_webi/webi.ps1" -o "$Env:USERPROFILE\.local\bin\webi.ps1" Set-ExecutionPolicy -Scope Process Bypass -& "$Env:USERPROFILE\.local\bin\webi.ps1" "foo" +& "$Env:USERPROFILE\.local\bin\webi.ps1" "{{ exename }}" -- 2.25.1