From 1d35de878da89776c12002b1a1ee5c0bc12c9955 Mon Sep 17 00:00:00 2001 From: tdurieux Date: Sat, 24 Apr 2021 14:36:58 +0200 Subject: [PATCH] fix repository update --- utils/repository.js | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/repository.js b/utils/repository.js index 9ce3a48..1b9f72e 100644 --- a/utils/repository.js +++ b/utils/repository.js @@ -325,6 +325,7 @@ module.exports.updateAnonymizedRepository = async (repoConfig) => { console.log(`${repoConfig.repoId} is up to date`); return true; } + repoConfig.commit = commit; console.log(`${repoConfig.repoId} will be updated to ${commit}`); await module.exports.updateStatus(repoConfig, "updating"); await db