This commit is contained in:
AJ ONeal 2015-01-15 16:01:15 -07:00
parent a737667301
commit 6defb38f85
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ elif [ "$(node -v 2>/dev/null)" != "$(iojs -v 2>/dev/null)" ]; then
echo "" echo ""
echo "You have node.js installed." echo "You have node.js installed."
echo "Backing up $(which node) as $(which node).$(node -v)" echo "Backing up $(which node) as $(which node).$(node -v)"
echo "(copy it back after the install if to maintain node.js and io.js separately)" echo "(copy it back after the install to maintain node.js and io.js separately)"
echo "" echo ""
sleep 3 sleep 3
echo "################################################################################" echo "################################################################################"