From 9155947b3107475cde0044984a878580b9135fd3 Mon Sep 17 00:00:00 2001 From: Manuel Kasper Date: Tue, 7 Feb 2023 19:50:22 +0100 Subject: [PATCH] Fix script filename --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 59c06fd..dce4262 100644 --- a/config.js +++ b/config.js @@ -92,7 +92,7 @@ config.cronjobs = [ schedule: '20 4 * * *' }, { - script: 'updateSotaTrails', + script: 'updateSotatrails', schedule: '30 2 * * *' }, {