mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
Better error output when trying to 'gvm use' a version that
isn't installed. Fixes issue #15
This commit is contained in:
@@ -4,7 +4,7 @@ display_warning() {
|
||||
# YELLOW!
|
||||
tput sgr0
|
||||
tput setaf 3
|
||||
echo "$1"
|
||||
echo "WARNING: $1"
|
||||
tput sgr0
|
||||
else
|
||||
echo "$1"
|
||||
|
||||
Reference in New Issue
Block a user