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