Typo when setting NVM_SYMLINK

This commit is contained in:
Noel Hibbard
2019-07-07 18:28:15 -04:00
parent 6cf92c69c0
commit ef93d14f6f

View File

@@ -4,7 +4,7 @@ If InStr(userpath, "%NVM_HOME%") = False Then
userpath = userpath & ";%NVM_HOME%;"
End If
If InStr(userpath, "%NVM_SYMLINK%") = False Then
userpath = userpath & ";%NVM_SYMLNK%;"
userpath = userpath & ";%NVM_SYMLINK%;"
End If
userpath = Replace(userpath, ";;", ";")