typo fix
authorAJ ONeal <aj@therootcompany.com>
Sat, 4 Jul 2020 21:23:06 +0000 (21:23 +0000)
committerAJ ONeal <aj@therootcompany.com>
Sat, 4 Jul 2020 21:23:06 +0000 (21:23 +0000)
node/install.ps1

index 8c8789f3b48ee647332bc0d450eff4ee8270951d..75b557ece937ff29d9e4636f09dcd3b5a950ff02 100644 (file)
@@ -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"