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