Fix cosmetic error reporting bug
This commit is contained in:
parent
9a44b6d140
commit
20a088e96d
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ for branchspec in "${branches[@]}"; do
|
|||
done
|
||||
done
|
||||
|
||||
if [[ "${#errors[*]}" -ge 0 ]]; then
|
||||
echo
|
||||
if [[ "${#errors[*]}" -gt 0 ]]; then
|
||||
echo "Errors:"
|
||||
echo "${errors[@]}"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue