forgot to append bin

master
Daniel Bretoi 2014-11-21 16:59:15 -08:00
parent 382c3aa85e
commit b63042bd9f
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -982,7 +982,7 @@ nvm() {
echo "$VERSION version is not installed yet" >&2
return 1
fi
echo $NVM_DIR/$VERSION
echo $NVM_DIR/$VERSION/bin
;;
"alias" )
mkdir -p "$NVM_DIR/alias"