refactor #10
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ if [ "$ignored_total" -gt 0 ]; then
|
|||
done
|
||||
echo
|
||||
fi
|
||||
if [ "${#ERRORS[@]}" -gt 0 ]; then
|
||||
if [ "$api_error" -gt 0 ]; then
|
||||
echo "---- API FAILURES (added without subdomains) ----"
|
||||
for d in $(printf '%s\n' "${!ERRORS[@]}" | sort); do
|
||||
printf '%s → %s\n' "$d" "${ERRORS[$d]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue