Merge pull request #8 from cadeef/pagerduty-fix
Correct location of Pagerduty handler
diff --git a/sensu/files/handlers/pagerduty.json b/sensu/files/handlers/pagerduty.json
index 3a0be25..d0827ad 100644
--- a/sensu/files/handlers/pagerduty.json
+++ b/sensu/files/handlers/pagerduty.json
@@ -7,7 +7,7 @@
{%- if handler.mutator is defined %}
"mutator": "{{ handler.mutator }}",
{%- endif %}
- "command": "/etc/sensu/handlers/handler-pagerduty.rb",
+ "command": "/etc/sensu/handlers/pagerduty.rb",
"severities": [
"ok",
"critical",