From e84062e67cc7a071ed0172b1b1eba7e3bfa9f9a7 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Jun 2021 20:58:38 +0200 Subject: [PATCH] Use success instead (helpful for automation) --- abra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra b/abra index d255c22..7966575 100755 --- a/abra +++ b/abra @@ -2103,7 +2103,7 @@ sub_recipe_release() { current_tag=$(git tag --points-at HEAD) if [ "$force" = "false" ] && [ -n "$current_tag" ]; then - error "$recipe is already on $current_tag, no release needed" + success "$recipe is already on $current_tag, no release needed" fi if [ "$(git rev-parse --abbrev-ref --symbolic-full-name HEAD)" = "HEAD" ]; then