revert mistake

This commit is contained in:
Sander Hahn 2014-01-04 16:06:38 +01:00
parent cc01e34e93
commit 56ae16beea

4
nvm.sh
View File

@ -38,8 +38,8 @@ nvm_set_nullglob() {
# Obtain nvm version from rc file # Obtain nvm version from rc file
rc_nvm_version() { rc_nvm_version() {
if [ -e ~/.nvmrc ]; then if [ -e .nvmrc ]; then
RC_VERSION=`cat ~/.nvmrc | head -n 1` RC_VERSION=`cat .nvmrc | head -n 1`
echo "Found .nvmrc files with version <$RC_VERSION>" echo "Found .nvmrc files with version <$RC_VERSION>"
fi fi
} }