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
+1 -1
View File
@@ -298,7 +298,7 @@ warning() {
}
success() {
echo "$(tput setaf 2)$*$(tput sgr0)"
echo "$(tput setaf 2)SUCCESS: $*$(tput sgr0)"
}
###### Default settings