ximperconf: fix date format

parent 76a5f1ff
......@@ -132,12 +132,12 @@ deferred_get_html() {
deferred_last_update() {
local html="$1"
grep -oP '(?<=Last update date: )[0-9:. ]+' <<<"$html"
grep -oP '(?<=Last update date: )[0-9:\- ]+' <<<"$html"
}
deferred_archive_date() {
local html="$1"
grep -oP '(?<=Sisyphus archive date: )[0-9-]+' <<<"$html"
grep -oP '(?<=Sisyphus archive date: )[0-9\-]+' <<<"$html"
}
deferred_info() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment