Skip to content

Commit e1b97dc

Browse files
Update release notes link to the 1.8.2 release for the filesystem migration
1 parent afd5f2c commit e1b97dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nitrokey/trussed/updates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def message(self) -> str:
6262
return (
6363
"Not enough space on the internal filesystem to perform the firmware"
6464
" update. See the release notes for more information:"
65-
" https://github.com/Nitrokey/nitrokey-3-firmware/releases/tag/v1.8.2-test.20250312"
65+
" https://github.com/Nitrokey/nitrokey-3-firmware/releases/tag/v1.8.2"
6666
)
6767
if self == Warning.MISSING_STATUS:
6868
return (

0 commit comments

Comments
 (0)