diff --git a/updater/main.go b/updater/main.go index 058f7b6e..cdca0ce7 100644 --- a/updater/main.go +++ b/updater/main.go @@ -79,6 +79,7 @@ func updater(scanner *bufio.Scanner) bool { return logError(err) } + // Get information about the commit commit, err := repo.CommitObject(headRef.Hash()) if err != nil { return logError(err)