From eaa3ea421073172d0cb27c02d13bf0faca70d9d9 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 4 Jul 2020 21:23:06 +0000 Subject: [PATCH] typo fix --- node/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.25.1