Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
fixup! fixup! hsm: add possibility to update HSM firmware from middle…
Browse files Browse the repository at this point in the history
…ware
  • Loading branch information
Tomasvrba committed Dec 19, 2019
1 parent cd0fcd3 commit 7fd11df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/src/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ func (middleware *Middleware) hsmUpgradeAvailable() (bool, error) {

// initHSM tries to connect to the HSM firmware. On success, it checks if a firmware upgrade is available
// and tries to apply it.
// On failing to connect to the firmare, it tries to connect to the bootloader and re-install the firmware.
// On failing to connect to the firmware, it tries to connect to the bootloader and re-install the firmware.
// If that also fails, we continue without the HSM
func (middleware *Middleware) initHSM() {
var err error
Expand Down

0 comments on commit 7fd11df

Please sign in to comment.