mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
Update nvm repository URL (#56)
nvm has moved to nvm-sh/nvm, update the git clone URL to match
This commit is contained in:
parent
9ae1115e76
commit
557653b340
@ -18,7 +18,7 @@ _zsh_nvm_latest_release_tag() {
|
||||
|
||||
_zsh_nvm_install() {
|
||||
echo "Installing nvm..."
|
||||
git clone https://github.com/creationix/nvm.git "$NVM_DIR"
|
||||
git clone https://github.com/nvm-sh/nvm.git "$NVM_DIR"
|
||||
$(cd "$NVM_DIR" && git checkout --quiet "$(_zsh_nvm_latest_release_tag)")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user