Another updater test.
This commit is contained in:
parent
4bf65b1bb2
commit
4b2ddaa96f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue