Skip to content

Commit 2bb1bd2

Browse files
seratchmwbrooks
andcommitted
Update samples/heroku/main.py
Co-authored-by: Michael Brooks <michael@michaelbrooks.ca>
1 parent 9509d08 commit 2bb1bd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/heroku/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def slack_events():
2727
# heroku create
2828
# git remote add heroku https://git.heroku.com/xxx.git
2929

30-
# export $SLACK_BOT_TOKEN=xxx
30+
# export SLACK_BOT_TOKEN=xxx
3131
# export SLACK_SIGNING_SECRET=xxx
3232
# heroku config:set SLACK_BOT_TOKEN=$SLACK_BOT_TOKEN
3333
# heroku config:set SLACK_SIGNING_SECRET=$SLACK_SIGNING_SECRET

0 commit comments

Comments
 (0)