fix .bin typo
[webi-installers/.git] / _webi / webi.ps1
index 948b1c2e691f7ad56305edca83d8bfc5244f661e..5bb6966e966c4504fafdc52b7ebb7486e46c8e65 100644 (file)
@@ -44,8 +44,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 .local\bin
 
 # {{ baseurl }}
 # {{ version }}