address remaining comments from #363

master
Fraser Tweedale 2014-02-22 11:25:45 +10:00
parent e6a5374bfb
commit dcba513108
2 changed files with 2 additions and 2 deletions

2
nvm.sh
View File

@ -93,7 +93,7 @@ nvm_ls() {
echo "N/A"
return
fi
printf "$VERSIONS\n"
echo "$VERSIONS"
return
}