We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd5f2c commit e1b97dcCopy full SHA for e1b97dc
src/nitrokey/trussed/updates.py
@@ -62,7 +62,7 @@ def message(self) -> str:
62
return (
63
"Not enough space on the internal filesystem to perform the firmware"
64
" update. See the release notes for more information:"
65
- " https://github.com/Nitrokey/nitrokey-3-firmware/releases/tag/v1.8.2-test.20250312"
+ " https://github.com/Nitrokey/nitrokey-3-firmware/releases/tag/v1.8.2"
66
)
67
if self == Warning.MISSING_STATUS:
68
0 commit comments