Fix variable

This commit is contained in:
RealStickman 2021-02-18 21:09:11 +01:00
parent 4510a8d8cf
commit 178e92a2ee

View File

@ -17,7 +17,7 @@ updates=$(("$updates_arch" + "$updates_aur"))
if [ "$updates" -gt 0 ]; then
echo "$updates"
elif [ "$update" -eq 0 ]; then
elif [ "$updates" -eq 0 ]; then
echo "$updates"
else
echo ""