fix .bin typo
authorAJ ONeal <aj@therootcompany.com>
Tue, 30 Jun 2020 21:11:10 +0000 (21:11 +0000)
committerAJ ONeal <aj@therootcompany.com>
Tue, 30 Jun 2020 21:11:10 +0000 (21:11 +0000)
_webi/template.ps1
_webi/webi.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 }}
 
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 }}