docs: update createCommit() method signature

This commit is contained in:
Aleksey Kulikov 2021-12-23 14:51:39 +03:00
parent f1b84efc81
commit 41fab98d17

View file

@ -133,7 +133,7 @@ repo.createCommit(
updateRef: 'refs/heads/master', updateRef: 'refs/heads/master',
message: 'initial commit\n', message: 'initial commit\n',
author: repo.defaultSignature, author: repo.defaultSignature,
commiter: repo.defaultSignature, committer: repo.defaultSignature,
tree: tree, tree: tree,
parents: [], parents: [],
); );