Replaced all instances of webi.ps1 with webi-pwsh.ps1
[webi-installers/.git] / golang / install.ps1
index 44a0db8e743cebe36d6a87be6137625980ac6b63..8b7f8c2b34fe06995f760f701adf00a0fdef6a66 100644 (file)
@@ -11,7 +11,7 @@ $pkg_dst_bin = "$pkg_dst\bin"
 
 if (!(Get-Command "git.exe" -ErrorAction SilentlyContinue))
 {
-    & "$Env:USERPROFILE\.local\bin\webi.ps1" git
+    & "$Env:USERPROFILE\.local\bin\webi-pwsh.ps1" git
     # because we need git.exe to be available to golang immediately
     $Env:PATH = "$Env:USERPROFILE\.local\opt\git\cmd;$Env:PATH"
 }