Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5722f9a

Browse files
authored
fix(codersdk): fix typo in telemetry option description (#16151)
Fixed typos in telemetry help text by adding spaces between "personal information" and "telemetry when" Change-Id: I897c5918c6661f9c16fdcb503c1c50e74c8f343a Signed-off-by: Thomas Kosiewski <[email protected]>
1 parent b3ba0f9 commit 5722f9a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

cli/testdata/coder_server_--help.golden

+3-3
Original file line numberDiff line numberDiff line change
@@ -624,9 +624,9 @@ updating, and deleting workspace resources.
624624
in queued state for a long time, consider increasing this.
625625

626626
TELEMETRY OPTIONS:
627-
Telemetry is critical to our ability to improve Coder. We strip all
628-
personalinformation before sending data to our servers. Please only disable
629-
telemetrywhen required by your organization's security policy.
627+
Telemetry is critical to our ability to improve Coder. We strip all personal
628+
information before sending data to our servers. Please only disable telemetry
629+
when required by your organization's security policy.
630630

631631
--telemetry bool, $CODER_TELEMETRY_ENABLE (default: false)
632632
Whether telemetry is enabled or not. Coder collects anonymized usage

cli/testdata/server-config.yaml.golden

+2-2
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ oidc:
390390
# (default: <unset>, type: bool)
391391
dangerousSkipIssuerChecks: false
392392
# Telemetry is critical to our ability to improve Coder. We strip all personal
393-
# information before sending data to our servers. Please only disable telemetry
394-
# when required by your organization's security policy.
393+
# information before sending data to our servers. Please only disable telemetry
394+
# when required by your organization's security policy.
395395
telemetry:
396396
# Whether telemetry is enabled or not. Coder collects anonymized usage data to
397397
# help improve our product.

codersdk/deployment.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,8 @@ func (c *DeploymentValues) Options() serpent.OptionSet {
904904
Name: "Telemetry",
905905
YAML: "telemetry",
906906
Description: `Telemetry is critical to our ability to improve Coder. We strip all personal
907-
information before sending data to our servers. Please only disable telemetry
908-
when required by your organization's security policy.`,
907+
information before sending data to our servers. Please only disable telemetry
908+
when required by your organization's security policy.`,
909909
}
910910
deploymentGroupProvisioning = serpent.Group{
911911
Name: "Provisioning",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -625,9 +625,9 @@ updating, and deleting workspace resources.
625625
in queued state for a long time, consider increasing this.
626626

627627
TELEMETRY OPTIONS:
628-
Telemetry is critical to our ability to improve Coder. We strip all
629-
personalinformation before sending data to our servers. Please only disable
630-
telemetrywhen required by your organization's security policy.
628+
Telemetry is critical to our ability to improve Coder. We strip all personal
629+
information before sending data to our servers. Please only disable telemetry
630+
when required by your organization's security policy.
631631

632632
--telemetry bool, $CODER_TELEMETRY_ENABLE (default: false)
633633
Whether telemetry is enabled or not. Coder collects anonymized usage

0 commit comments

Comments
 (0)