fix(freshrss): remove quotes from cron env to have it run again
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-05 11:04:17 -05:00
parent 59011696e7
commit dc451e1dc7

View file

@ -20,7 +20,7 @@ in {
environment = { environment = {
TZ = "America/New_York"; TZ = "America/New_York";
CRON_MIN = "'3,33'"; CRON_MIN = "3,33";
}; };
}; };