Use color for version

This commit is contained in:
Joshua Bussdieker
2012-02-29 13:24:45 -08:00
parent 1fe6466b6b
commit 5d025fe287
+1 -1
View File
@@ -24,7 +24,7 @@ if [[ "$?" != "0" ]]; then
fi
if [[ $command == "version" ]]; then
echo "Go Version Manager v$GVM_VERSION"
display_message "Go Version Manager v$GVM_VERSION"
else
if [ -f $GVM_ROOT/scripts/$command ]; then
shift