Remove column since many common environments don't have it.

master
Tim Caswell 2013-06-03 10:08:13 -04:00
parent 66633de1a9
commit 6b932e59c3
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -134,7 +134,7 @@ print_versions()
fi
OUTPUT="$OUTPUT\n$PADDED_VERSION"
done
echo -e "$OUTPUT" | column
echo -e "$OUTPUT"
}
nvm()