Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit b0a55a7

Browse files
committed
more tabs vs spaces
1 parent ac2b100 commit b0a55a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ func (d *DexterOIDC) writeK8sConfig(token *oauth2.Token) error {
307307

308308
userIdentifier := customClaim.Email
309309

310-
if emailFile != "" {
310+
if emailFile != "" {
311311
log.Info(fmt.Sprintf("writing email to %s", emailFile))
312312
err := ioutil.WriteFile(emailFile, []byte(userIdentifier+"\n"), 0644)
313313
if err != nil {

0 commit comments

Comments
 (0)