Fix typo (singer vs. signer)

This commit is contained in:
Jan Dittberner 2022-04-26 18:15:28 +02:00 committed by Jan Dittberner
parent 057852ede6
commit 5776723fa2

View file

@ -59,7 +59,7 @@ func main() {
configFile, err := os.Open(signerConfigFile)
if err != nil {
log.Fatalf("could not open singer configuration file %s: %v", signerConfigFile, err)
log.Fatalf("could not open signer configuration file %s: %v", signerConfigFile, err)
}
opts := make([]hsm.ConfigOption, 0)