switch to unix-style paths because... powershell?
[webi-installers/.git] / _webi / webi.ps1
index ac4886fd2d7648bf795449a157c2ce1b3b78adfb..b879673d9576cf04d06f2e166ece1c7730c14809 100644 (file)
@@ -48,7 +48,8 @@ if (!(Test-Path -Path .local\bin\pathman.exe))
 }
 
 # Run pathman to set up the folder
-& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\bin"
+& "$Env:USERPROFILE\.local\bin\pathman.exe" add ~/.local/bin
+#& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\bin"
 #& "$Env:USERPROFILE\.local\bin\pathman.exe" add %USERPROFILE%\.local\bin
 
 # {{ baseurl }}