[Fix] Github should be GitHub

This commit is contained in:
Peter Dave Hello
2017-03-09 23:02:08 +08:00
committed by Jordan Harband
parent 8e6201b5b1
commit 182a18d911
2 changed files with 2 additions and 2 deletions

2
nvm.sh
View File

@@ -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##*/}"