Skip to content

Commit 37e6acf

Browse files
authored
Fix wrangler secret command (#855)
1 parent 895417a commit 37e6acf

File tree

1 file changed

+1
-1
lines changed
  • products/workers/src/content/tutorials/build-a-slackbot

1 file changed

+1
-1
lines changed

products/workers/src/content/tutorials/build-a-slackbot/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ The constant `SLACK_WEBHOOK_URL` represents the Slack Webhook URL that you creat
633633
---
634634
header: Set the SLACK_WEBHOOK_URL secret
635635
---
636-
$ wrangler secret create SLACK_WEBHOOK_URL
636+
$ wrangler secret put SLACK_WEBHOOK_URL
637637
Enter the secret text you’d like assigned to the variable name on the script named slack-bot-ENVIRONMENT_NAME: https://hooks.slack.com/services/abc123
638638
```
639639

0 commit comments

Comments
 (0)