Follow convention and show type of message

This commit is contained in:
Luke Murphy 2020-12-29 17:04:17 +01:00
parent 9b1be33018
commit f213c3df5f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -298,7 +298,7 @@ warning() {
} }
success() { success() {
echo "$(tput setaf 2)$*$(tput sgr0)" echo "$(tput setaf 2)SUCCESS: $*$(tput sgr0)"
} }
###### Default settings ###### Default settings