1
0
mirror of https://github.com/nvm-sh/nvm.git synced 2025-10-12 12:06:20 +08:00

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

This commit is contained in:
Tim Caswell 2013-06-03 10:08:13 -04:00
parent 66633de1a9
commit 6b932e59c3

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()