[meta] update repo links to point to org

This commit is contained in:
Jordan Harband
2019-04-24 16:08:34 -07:00
parent ff77ac17af
commit e7a5b7992b
8 changed files with 35 additions and 35 deletions

View File

@@ -20,7 +20,7 @@ nvm ls | grep "$NVM_TEST_VERSION" || die "Failed to install node"
# Switch to another version so we can uninstall
nvm use 0.12.7
# if zsh, set "nomatch" opt to reproduce failure from https://github.com/creationix/nvm/issues/1228
# if zsh, set "nomatch" opt to reproduce failure from https://github.com/nvm-sh/nvm/issues/1228
if nvm_has "setopt"; then
setopt nomatch
fi