Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman authored and dopey committed May 26, 2021
1 parent fa100a5 commit 4168449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authority/provisioner/scep.go
Expand Up @@ -75,7 +75,7 @@ func (s *SCEP) Init(config Config) (err error) {
return err
}

// Mask the actual challenge value, so it won't be marshalled
// Mask the actual challenge value, so it won't be marshaled
s.secretChallengePassword = s.ChallengePassword
s.ChallengePassword = "*** redacted ***"

Expand Down

0 comments on commit 4168449

Please sign in to comment.