Skip to content

Commit 7ba3a6c

Browse files
chore: make {gen,update-golden-files}
1 parent 28ec1b7 commit 7ba3a6c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Configure how notifications are processed and delivered.
393393
How long to wait while a notification is being sent before giving up.
394394

395395
--notifications-enabled bool, $CODER_NOTIFICATIONS_ENABLED (default: true)
396-
Controls if notifications are enabled.
396+
Enable or disable notifications.
397397

398398
--notifications-max-send-attempts int, $CODER_NOTIFICATIONS_MAX_SEND_ATTEMPTS (default: 5)
399399
The upper limit of attempts to send a notification.

cli/testdata/server-config.yaml.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ email:
565565
certKeyFile: ""
566566
# Configure how notifications are processed and delivered.
567567
notifications:
568-
# Controls if notifications are enabled.
568+
# Enable or disable notifications.
569569
# (default: true, type: bool)
570570
enabled: true
571571
# Which delivery method to use (available options: 'smtp', 'webhook').

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

enterprise/cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Configure how notifications are processed and delivered.
394394
How long to wait while a notification is being sent before giving up.
395395

396396
--notifications-enabled bool, $CODER_NOTIFICATIONS_ENABLED (default: true)
397-
Controls if notifications are enabled.
397+
Enable or disable notifications.
398398

399399
--notifications-max-send-attempts int, $CODER_NOTIFICATIONS_MAX_SEND_ATTEMPTS (default: 5)
400400
The upper limit of attempts to send a notification.

0 commit comments

Comments
 (0)