From e3d4dd3238c97824568b96d5f21ffacb586d4b20 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 14 Aug 2016 23:05:02 +0200 Subject: [PATCH] brew run: Show success message with level 0 (=green) --- cmd/brew-run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/brew-run b/cmd/brew-run index e304efd..598e353 100755 --- a/cmd/brew-run +++ b/cmd/brew-run @@ -1,5 +1,5 @@ #!/bin/sh -# 2016-08-06, alex@barton.de +# 2016-08-14, alex@barton.de # Include "ax-common.sh": ax_common_sourced= @@ -31,5 +31,5 @@ if [ $outdated -gt 0 ]; then brew cleanup || ax_abort "\"brew cleanup\" failed!" brew prune || ax_abort "\"brew prune\" failed!" else - ax_msg - "Nothing outdated." + ax_msg 0 "Nothing outdated." fi -- 2.39.2