From 4b2ddaa96f6f1cf1cb715e51c5abbf850d30f2e9 Mon Sep 17 00:00:00 2001 From: Azareal Date: Wed, 4 Apr 2018 09:56:10 +0100 Subject: [PATCH] Another updater test. --- updater/main.go | 1 + 1 file changed, 1 insertion(+) 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)