Commit cb6fcb6562de278afbaadaf186f8ab1c7a992c23

Authored by Dmitriy Zaporozhets
2 parents 65444ba3 e0cd8070

Merge pull request #1301 from Mikulas/help-web-hooks-typo

fix web hooks help view commit count off by one
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/hooks/_data_ex.html.erb
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 } 37 }
38 } 38 }
39 ], 39 ],
40 - total_commits_count => 3 40 + total_commits_count => 4
41 } 41 }
42 eos 42 eos
43 %> 43 %>