Skip to content

Commit 2316e96

Browse files
chore: run 'make gen'
1 parent f75f822 commit 2316e96

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

cli/notifications.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func (r *RootCmd) testNotifications() *serpent.Command {
103103
return xerrors.Errorf("unable to post test notification: %w", err)
104104
}
105105

106-
_, _ = fmt.Fprintln(inv.Stderr, "A test notification has been sent.")
106+
_, _ = fmt.Fprintln(inv.Stderr, "A test notification has been sent. If you don't receive the notification, check Coder's logs for any errors.")
107107
return nil
108108
},
109109
}

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
},
10411041
{
10421042
"title": "notifications test",
1043-
"description": "Test notifications",
1043+
"description": "Send a test notification",
10441044
"path": "reference/cli/notifications_test.md"
10451045
},
10461046
{

docs/reference/cli/notifications.md

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/cli/notifications_test.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)