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>
This commit is contained in:
Tadgh Henry 2024-02-25 10:44:24 -06:00 committed by GitHub
parent 19bfa08b83
commit 04e5386ac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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