diff options
Diffstat (limited to '_examples/log/main.go')
-rw-r--r-- | _examples/log/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/log/main.go b/_examples/log/main.go index da856ac..165cfa9 100644 --- a/_examples/log/main.go +++ b/_examples/log/main.go @@ -30,7 +30,7 @@ func main() { CheckIfError(err) // ... retrieves the commit object - commit, err := r.Commit(ref.Hash()) + commit, err := r.CommitObject(ref.Hash()) CheckIfError(err) // ... retrieves the commit history |