From 2612550b630f2d65414aedc71ff80fae48647f92 Mon Sep 17 00:00:00 2001 From: Taeyeon Mori Date: Thu, 23 May 2019 19:57:03 +0200 Subject: [PATCH] aur.sh: fix typo --- bin/aur.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/aur.sh b/bin/aur.sh index c64b7a6..9ed6d04 100755 --- a/bin/aur.sh +++ b/bin/aur.sh @@ -675,7 +675,7 @@ done if (( ${#FAILED_PKGS} )); then - warn "[AUR] All done, but some packages encountered errors (${#FAILED_PKGS}: ${FAILED_PKGS[*]}" + warn "[AUR] All done, but some packages encountered errors (${#FAILED_PKGS}): ${FAILED_PKGS[*]}" clean_exit 255 fi