Replaced all instances of webi.ps1 with webi-pwsh.ps1
[webi-installers/.git] / _webi / webi.ps1
index 3a2b9c64752bdf8a5f6bc8d541017f110158ea7a..73f30982aaeb299e0de83dff96c2c9b118f8d5ac 100644 (file)
@@ -30,7 +30,7 @@ New-Item -Path .local\bin -ItemType Directory -Force
 New-Item -Path .local\xbin -ItemType Directory -Force
 
 # See note on Set-ExecutionPolicy above
-Set-Content -Path .local\bin\webi.bat -Value "@echo off`r`npushd %USERPROFILE%`r`npowershell -ExecutionPolicy Bypass .local\bin\webi.ps1 %1`r`npopd"
+Set-Content -Path .local\bin\webi.bat -Value "@echo off`r`npushd %USERPROFILE%`r`npowershell -ExecutionPolicy Bypass .local\bin\webi-pwsh.ps1 %1`r`npopd"
 if (!(Test-Path -Path .local\opt))
 {
     New-Item -Path .local\opt -ItemType Directory -Force