From: AJ ONeal Date: Sat, 4 Jul 2020 21:23:06 +0000 (+0000) Subject: typo fix X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=eaa3ea421073172d0cb27c02d13bf0faca70d9d9 typo fix --- diff --git a/node/install.ps1 b/node/install.ps1 index 8c8789f..75b557e 100644 --- a/node/install.ps1 +++ b/node/install.ps1 @@ -44,4 +44,4 @@ Copy-Item -Path "$Env:USERPROFILE\.local\opt\$Env:PKG_NAME-v$Env:WEBI_VERSION" - & .\.local\opt\node\npm.cmd --scripts-prepend-node-path=true config set scripts-prepend-node-path true # Add to path -& "$Env:USERPROFILE\.local\bin\pathman.exe" add '%USERPROFILE\.local\opt\node' +& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\opt\node"