feat: fix misspell
This commit is contained in:
parent
6088b91dbd
commit
03272b363d
|
@ -108,7 +108,7 @@ func exportPem(filename string, data []byte) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("rootCA.WithClientCert: %s", err)
|
log.Fatalf("rootCA.WithClientCert: %s", err)
|
||||||
}
|
}
|
||||||
log.Printf("file created successfuly: %s\n", outputPath)
|
log.Printf("file created successfully: %s\n", outputPath)
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Reference in New Issue