mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-19 19:54:20 +08:00
[Fix] Github should be GitHub
This commit is contained in:
committed by
Jordan Harband
parent
8e6201b5b1
commit
182a18d911
2
nvm.sh
2
nvm.sh
@@ -64,7 +64,7 @@ nvm_get_latest() {
|
||||
return 1
|
||||
fi
|
||||
if [ -z "${NVM_LATEST_URL}" ]; then
|
||||
nvm_err "http://latest.nvm.sh did not redirect to the latest release on Github"
|
||||
nvm_err "http://latest.nvm.sh did not redirect to the latest release on GitHub"
|
||||
return 2
|
||||
fi
|
||||
nvm_echo "${NVM_LATEST_URL##*/}"
|
||||
|
||||
Reference in New Issue
Block a user