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)
|
return logError(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Get information about the commit
|
||||||
commit, err := repo.CommitObject(headRef.Hash())
|
commit, err := repo.CommitObject(headRef.Hash())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return logError(err)
|
return logError(err)
|
||||||
|
|
Loading…
Reference in New Issue