This commit is contained in:
Thomas Forgione 2019-02-01 17:22:35 +01:00
parent 012bdfb211
commit 23e40963ba
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ _check_date() {
if [ "$new_date" != "$old_date" ]; then
_sentence not_updated
elif [ "$UPDATE_CHECK_ALWAYS" == "true" ]; then
elif [ "$UPDATE_CHECK_ALWAYS" = "true" ]; then
_sentence updated
fi
}