Fix alignment with info

This commit is contained in:
natemaia 2022-05-29 17:08:00 -07:00
parent 63a8660e5a
commit 243a0c37b2

View File

@ -497,7 +497,7 @@ select_show()
(( count += ${#pkg} + 1 ))
else
fmtpkgs+="\n $pkg "
count=$(( ${#pkg} + 15 ))
count=$(( ${#pkg} + 1 ))
fi
done < <(echo -e "$pkgs")