Browse Source

Remove incorrect message

Luke Childs 9 years ago
parent
commit
eb4de62bc1
  1. 1
      install.sh

1
install.sh

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

Loading…
Cancel
Save