Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed May 22, 2024
1 parent 391355c commit a1755b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/signer/signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ func GetSignerForBackend(cfg *config.UpdaterConfig) (Signer, error) {
case config.SigningBackendKind_Ledger:
return ledger.NewLedgerSigner(cfg.LedgerAddress)
}
return nil, fmt.Errorf("unsupported signing backend: %s", cfg.SigningBackend)
return nil, fmt.Errorf("unsupported signing backend provided")
}

0 comments on commit a1755b7

Please sign in to comment.