This commit is contained in:
2019-02-01 17:22:35 +01:00
parent 012bdfb211
commit 23e40963ba

View File

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