Skip to content

Commit 75816cc

Browse files
committed
fix(coderd): fixed typo in telemetry option description
Change-Id: I897c5918c6661f9c16fdcb503c1c50e74c8f343a Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent e7f1081 commit 75816cc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,8 @@ updating, and deleting workspace resources.
625625

626626
TELEMETRY OPTIONS:
627627
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.
628+
personal information before sending data to our servers. Please only disable
629+
telemetry 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

codersdk/deployment.go

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,8 +626,8 @@ updating, and deleting workspace resources.
626626

627627
TELEMETRY OPTIONS:
628628
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.
629+
personal information before sending data to our servers. Please only disable
630+
telemetry 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)