Fix bug
This commit is contained in:
parent
012bdfb211
commit
23e40963ba
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue