Commit e0cd8070 authored by Mikuláš Dítě's avatar Mikuláš Dítě

fix web hooks help view commit count off by one

parent 6ff0652e
......@@ -37,7 +37,7 @@
}
}
],
total_commits_count => 3
total_commits_count => 4
}
eos
%>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment