Update gravity.sh grammer

Small grammer issue, stayed being past tense, along with unchanged is redundant. With this change we are saying "We checked to see if the list updated, and there was no update so it stays the same"

Signed-off-by: Tadgh Henry <47073445+tadghh@users.noreply.github.com>
pull/5589/head
Tadgh Henry 2 months ago committed by GitHub
parent 19bfa08b83
commit 04e5386ac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -488,7 +488,7 @@ compareLists() {
echo " ${INFO} List has been updated"
database_adlist_status "${adlistID}" "1"
else
echo " ${INFO} List stayed unchanged"
echo " ${INFO} List stays unchanged"
database_adlist_status "${adlistID}" "2"
fi
else

Loading…
Cancel
Save