From 389ba0295bd43ca532681508ac016067b6d16839 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 25 Oct 2019 10:16:32 +0200 Subject: [PATCH] Fix automatic repo updater --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index fdef1f2..d81cba0 100644 --- a/server.js +++ b/server.js @@ -2104,7 +2104,7 @@ function startup(){ startup(); // Call pre-flight checks, which calls the server-startup, which runs the scheduler and web interface if (isPrimaryHost){ - scheduleJob({ hour: 01 }, () => { + scheduleJob({ hour: 1 }, () => { gatherTestNames(forceUpdate=true); }); } \ No newline at end of file -- GitLab