From ab30fa1722746f443f8beedb5f0aa49527b8d5f5 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 07 Jan 2012 15:05:44 -0500 Subject: [PATCH] Fixed typo (issue 37) --- docs/01_setup.mkd | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd index 5a3336b..f798e6d 100644 --- a/docs/01_setup.mkd +++ b/docs/01_setup.mkd @@ -284,10 +284,11 @@ ### Enabling Push Notifications In order to send email notifications on a push to Gitblit, this script must be specified somewhere in the *post-receive* script chain. -You may specify *sendmail* in one of two places: +You may specify *sendmail* in one of three places: 1. *groovy.postReceiveScripts* in `gitblit.properties` or `web.xml`, globally applied to all repositories -2. post-receive scripts of a Repository definition +2. post-receive scripts of a Team definition +3. post-receive scripts of a Repository definition ### Destination Addresses -- Gitblit v1.9.1