Skip to content

Commit 177cc75

Browse files
committed
fix: webhook endpoint YAML attribute
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 005254d commit 177cc75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codersdk/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2300,7 +2300,7 @@ Write out the current server config as YAML to stdout.`,
23002300
Env: "CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT",
23012301
Value: &c.Notifications.Webhook.Endpoint,
23022302
Group: &deploymentGroupNotificationsWebhook,
2303-
YAML: "hello",
2303+
YAML: "endpoint",
23042304
},
23052305
{
23062306
Name: "Notifications: Max Send Attempts",

docs/cli/server.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)