mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-14 07:03:17 +08:00
Typo when setting NVM_SYMLINK
This commit is contained in:
@@ -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, ";;", ";")
|
||||
|
||||
Reference in New Issue
Block a user