Skip to content

Commit

Permalink
small fix for envvar url syntax. No need to quote the url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef Spaleta committed Jan 5, 2019
1 parent 1df6391 commit 724dcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ slack-handler.json
"type": "pipe",
"command": "sensu-slack-handler --channel '#general' --timeout 20 --username 'sensu' ",
"env_vars": [
"SLACK_WEBHOOK_URL='https://www.webhook-url-for-slack.com'"
"SLACK_WEBHOOK_URL=https://www.webhook-url-for-slack.com"
],

"timeout": 30,
Expand Down

0 comments on commit 724dcd7

Please sign in to comment.