Merge pull request #235 from fluxcd/gogit-commit-hash
Properly forward commit hash for go-git implementation
This commit is contained in:
commit
2a10773135
|
@ -28,7 +28,7 @@ type Commit struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Commit) Hash() string {
|
func (c *Commit) Hash() string {
|
||||||
return ""
|
return c.commit.Hash.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verify returns an error if the PGP signature can't be verified
|
// Verify returns an error if the PGP signature can't be verified
|
||||||
|
|
Loading…
Reference in New Issue