Skip to content

Commit 6914619

Browse files
committed
Fix typo
1 parent 801799f commit 6914619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
554554

555555
if cfg.OIDC.ClientKeyFile != "" || cfg.OIDC.ClientSecret != "" {
556556
if cfg.OIDC.ClientID == "" {
557-
return xerrors.Errorf("OIDC client ID be set!")
557+
return xerrors.Errorf("OIDC client ID must be set!")
558558
}
559559
if cfg.OIDC.IssuerURL == "" {
560560
return xerrors.Errorf("OIDC issuer URL must be set!")

0 commit comments

Comments
 (0)