Another updater test.

This commit is contained in:
Azareal 2018-04-04 09:56:10 +01:00
parent 4bf65b1bb2
commit 4b2ddaa96f
1 changed files with 1 additions and 0 deletions

View File

@ -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)