fix web hooks help view commit count off by one

This commit is contained in:
Mikuláš Dítě 2012-08-25 20:48:30 +02:00
parent 6ff0652e9e
commit e0cd807020

View file

@ -37,7 +37,7 @@
} }
} }
], ],
total_commits_count => 3 total_commits_count => 4
} }
eos eos
%> %>