fix .bin typo

This commit is contained in:
AJ ONeal
2020-06-30 21:11:10 +00:00
parent 2640e73b0f
commit 3efbefdc67
2 changed files with 4 additions and 4 deletions

View 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 }}

View 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 }}