Skip to content

Commit

Permalink
Merge pull request #3437 from mbunkus/master
Browse files Browse the repository at this point in the history
Talk about "notifications" and not "emails" in Pushover documentation

Fixes #3435
  • Loading branch information
rodrigc committed Jul 12, 2017
2 parents e50e00e + 82ad413 commit acba191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/docs/manual/cfg-reporters.rst
Expand Up @@ -436,8 +436,8 @@ Apart of sending mail, Buildbot can send Pushover_ notifications. It can be used

To use this reporter, you need to generate and application on the Pushover website https://pushover.net/apps/ and provide your user key and the API token.

The following simple example will send an email upon the completion of each build.
The email contains a description of the :class:`Build`, its results, and URLs where more information can be obtained. The ``user_key`` and ``api_token`` values should be replaces with proper ones obtained from the Pushover website for your application.
The following simple example will send a Pushover notification upon the completion of each build.
The notification contains a description of the :class:`Build`, its results, and URLs where more information can be obtained. The ``user_key`` and ``api_token`` values should be replaced with proper ones obtained from the Pushover website for your application.

::

Expand Down

0 comments on commit acba191

Please sign in to comment.