Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryxias committed Feb 22, 2019
1 parent c75049f commit 747904a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/publishers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ integration, leaving the Slack integration the same. Registering the publisher c

.. code-block:: python
import simply_pagerduty_output
from publishers.pageduty import simplify_pagerduty_output
@Rule(
logs=['ssh'],
Expand Down
1 change: 0 additions & 1 deletion stream_alert/shared/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,3 @@ def publish(self, alert, publication):
'source_service': alert.source_service or '',
'staged': alert.staged,
}

0 comments on commit 747904a

Please sign in to comment.