switch to unix-style paths because... powershell?
[webi-installers/.git] / _webi / template.ps1
index 4ca9fe1e18259a5cf62420790d6dc2572f476900..5eca6fac01b204046225309ee25e5b71d897099b 100644 (file)
@@ -34,7 +34,8 @@ if (!(Test-Path -Path .local\opt))
 # {{ version }}
 
 # 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
 
 {{ installer }}