Skip to content

Commit

Permalink
Correct update message
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerklinger committed Oct 29, 2024
1 parent 9806416 commit 1138f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Remove `ecdsa` dependency
- Remove two step update handling on macOS
- Correct update message

[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.2...HEAD)

Expand Down
2 changes: 1 addition & 1 deletion src/nitrokey/nk3/updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_extra_information(upath: UpdatePath) -> List[str]:
"",
"During this update process the internal filesystem will be migrated!",
"- Migration will only work, if your internal filesystem does not contain more than 45 Resident Keys. If you have more please remove some.",
"- After the update it might take up to 3minutes for the first boot.",
"- After the update it might take up to 3 minutes for the first boot.",
"Never unplug the device while the LED is active!",
]
return out
Expand Down

0 comments on commit 1138f11

Please sign in to comment.