mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
Apparently, date +%W gives week number with leading zero and there is no alternative. Shell math's % cannot deal with that, so we sed the zero out. Signed-off-by: Miro Hrončok <miro@hroncok.cz> Consider my patch Public Domain or CC0.