Skip to content
Snippets Groups Projects
Commit caef5f40 authored by Sushil Khanchi's avatar Sushil Khanchi :koala:
Browse files

commit: fix a typo in response message

parent 147a7744
No related branches found
No related tags found
No related merge requests found
Pipeline #14626 passed
......@@ -244,7 +244,7 @@
logger.warning(
"FindCommit revision %r could not be found",
revision)
return FindCommitsResponse()
return FindCommitResponse()
commit = message.commit(ctx)
return FindCommitResponse(commit=commit)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment