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

Skip to content

Commit 630d125

Browse files
authored
chore: fix typo in OpenID on cli help (coder#9535)
1 parent 2487e64 commit 630d125

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cli/testdata/coder_server_--help.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ can safely ignore these settings.
380380
The text to show on the OpenID Connect sign in button.
381381

382382
--oidc-icon-url url, $CODER_OIDC_ICON_URL
383-
URL pointing to the icon to use on the OepnID Connect login button.
383+
URL pointing to the icon to use on the OpenID Connect login button.
384384

385385
Provisioning Options
386386
Tune the behavior of the provisioner, which is responsible for creating,

cli/testdata/server-config.yaml.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ oidc:
323323
# The text to show on the OpenID Connect sign in button.
324324
# (default: OpenID Connect, type: string)
325325
signInText: OpenID Connect
326-
# URL pointing to the icon to use on the OepnID Connect login button.
326+
# URL pointing to the icon to use on the OpenID Connect login button.
327327
# (default: <unset>, type: url)
328328
iconURL:
329329
# Telemetry is critical to our ability to improve Coder. We strip all personal

codersdk/deployment.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ when required by your organization's security policy.`,
11711171
},
11721172
{
11731173
Name: "OpenID connect icon URL",
1174-
Description: "URL pointing to the icon to use on the OepnID Connect login button.",
1174+
Description: "URL pointing to the icon to use on the OpenID Connect login button.",
11751175
Flag: "oidc-icon-url",
11761176
Env: "CODER_OIDC_ICON_URL",
11771177
Value: &c.OIDC.IconURL,

docs/cli/server.md

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ can safely ignore these settings.
380380
The text to show on the OpenID Connect sign in button.
381381

382382
--oidc-icon-url url, $CODER_OIDC_ICON_URL
383-
URL pointing to the icon to use on the OepnID Connect login button.
383+
URL pointing to the icon to use on the OpenID Connect login button.
384384

385385
Provisioning Options
386386
Tune the behavior of the provisioner, which is responsible for creating,

0 commit comments

Comments
 (0)