0
0
mirror of https://github.com/tj/n.git synced 2024-11-25 07:39:21 +01:00

fix version

This commit is contained in:
TJ Holowaychuk 2014-01-31 07:53:11 -08:00
parent 20f25d44e6
commit 22ab70291b

4
bin/n
View File

@ -4,7 +4,7 @@
# Setup.
#
VERSION="1.1.0"
VERSION="1.2.0"
N_PREFIX=${N_PREFIX-/usr/local}
VERSIONS_DIR=$N_PREFIX/n/versions
UP=$'\033[A'
@ -307,7 +307,7 @@ install_node() {
if [ $? -ne 0 ] ; then
abort "sudo required"
fi
cd $dir
log fetch $url