Formatting

This commit is contained in:
Alice Gaudon 2020-04-07 00:11:56 +02:00
parent db99afeb19
commit c94d3330bf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ UPDATES=$(arch-audit --upgradable | sed "{s/\n/<br>/g}")
if test "$1" != "true"
then
UPDATES=$(echo -e "$UPDATES" | grep -v "testing repos\!")
UPDATES=$(echo -e "$UPDATES" | grep -v "testing repos\!")
fi
echo -en "$UPDATES"