Better error output when trying to 'gvm use' a version that

isn't installed. Fixes issue #15
This commit is contained in:
Joshua Bussdieker
2012-07-18 12:28:58 -07:00
parent 292e24e1ea
commit 0eb9feb2aa
2 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ display_warning() {
# YELLOW!
tput sgr0
tput setaf 3
echo "$1"
echo "WARNING: $1"
tput sgr0
else
echo "$1"