From 4af15b082d80f12c6cc8d79939bea99746dffd93 Mon Sep 17 00:00:00 2001 From: klemek Date: Mon, 4 May 2026 22:53:05 +0200 Subject: [PATCH] fix: fix invalid crontab --- crontab.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab.example b/crontab.example index 9116971..6d64fed 100644 --- a/crontab.example +++ b/crontab.example @@ -1,3 +1,3 @@ # do daily/weekly/monthly maintenance # min hour day month weekday command -0 3 * * 1 /app/main.py renew \ No newline at end of file +0 3 * * 1 stapler renew