fix .bin typo
[webi-installers/.git] / _webi / template.ps1
index 7a72e7008054e60a374347687fa4536e5a5702bf..6ebdcd89a55d61c48ee22dbca16ee5a4dcc0b8ba 100644 (file)
@@ -34,8 +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 .local\bin
 
 {{ installer }}