Remove incorrect message

Luke Childs 2016-07-27 21:43:13 +01:00
parent 8a199e00a2
commit eb4de62bc1
1 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,7 @@ nvm_source() {
echo "$NVM_SOURCE_URL"
}
#
#
# Node.js version to install
#
nvm_node_version() {
@ -103,7 +103,6 @@ nvm_install_node() {
NODE_VERSION="$(nvm_node_version)"
if [ -z "$NODE_VERSION" ]; then
echo "=> You can now install Node.js by running \`nvm install\`"
return 0
fi