Skip to content

Commit 91c274a

Browse files
esifeaEmyrk
andcommitted
Update codersdk/deployment.go
Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com>
1 parent 33320a6 commit 91c274a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/deployment.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ func (c *DeploymentValues) Options() serpent.OptionSet {
19321932
{
19331933
Name: "OIDC logout redirect URI",
19341934
Description: "OIDC redirect URI after logout.",
1935-
Flag: "logout-redirect-uri",
1935+
Flag: "oidc-logout-redirect-uri",
19361936
Env: "CODER_OIDC_LOGOUT_URI",
19371937
Default: "",
19381938
Value: &c.OIDC.LogoutRedirectURI,

0 commit comments

Comments
 (0)