Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Lacal <[email protected]>
  • Loading branch information
EnriqueL8 committed Sep 30, 2024
1 parent 9b31708 commit 71212c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fftls/fftls.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func NewTLSConfig(ctx context.Context, config *Config, tlsType TLSType) (*tls.Co
var rootCAs *x509.CertPool
switch {
case config.CAFile != "":
log.L(ctx).Debugf("Loading CA file at %s", config.CAFile)
log.L(ctx).Debugf("Loading CA file at %s", config.CAFile)
rootCAs = x509.NewCertPool()
var caBytes []byte
caBytes, err = os.ReadFile(config.CAFile)
Expand Down

0 comments on commit 71212c5

Please sign in to comment.