Skip to content

chore: fix typo in OpenID on cli help #9535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/testdata/coder_server_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ can safely ignore these settings.
The text to show on the OpenID Connect sign in button.

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

Provisioning Options
Tune the behavior of the provisioner, which is responsible for creating,
Expand Down
2 changes: 1 addition & 1 deletion cli/testdata/server-config.yaml.golden
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ oidc:
# The text to show on the OpenID Connect sign in button.
# (default: OpenID Connect, type: string)
signInText: OpenID Connect
# URL pointing to the icon to use on the OepnID Connect login button.
# URL pointing to the icon to use on the OpenID Connect login button.
# (default: <unset>, type: url)
iconURL:
# Telemetry is critical to our ability to improve Coder. We strip all personal
Expand Down
2 changes: 1 addition & 1 deletion codersdk/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ when required by your organization's security policy.`,
},
{
Name: "OpenID connect icon URL",
Description: "URL pointing to the icon to use on the OepnID Connect login button.",
Description: "URL pointing to the icon to use on the OpenID Connect login button.",
Flag: "oidc-icon-url",
Env: "CODER_OIDC_ICON_URL",
Value: &c.OIDC.IconURL,
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/server.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion enterprise/cli/testdata/coder_server_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ can safely ignore these settings.
The text to show on the OpenID Connect sign in button.

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

Provisioning Options
Tune the behavior of the provisioner, which is responsible for creating,
Expand Down