Fix typo (singer vs. signer)
This commit is contained in:
parent
057852ede6
commit
5776723fa2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue