This commit is contained in:
quackerd 2021-04-22 02:58:20 -04:00
parent 4386ecec6e
commit d5c9593db2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function ozsh_load {
}
function ozsh_write_update_date {
echo $(date +%Y-%m-%d) > "$OZSH_LASTUPDATE_FILE"
echo $(date +%s) > "$OZSH_LASTUPDATE_FILE"
}
function ozsh_update {