typo fix
This commit is contained in:
parent
a737667301
commit
6defb38f85
|
@ -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 "################################################################################"
|
||||||
|
|
Loading…
Reference in New Issue