mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 09:59:19 -04:00
Fix paper key import error message
This commit is contained in:
parent
0d9f375fdd
commit
ce5dd4bed2
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ class KeyManager:
|
|||
try:
|
||||
(id_lines, id_repoid, id_complete_checksum) = data.split("/")
|
||||
except ValueError:
|
||||
print("the id line must contain exactly three '/', try again")
|
||||
print("the id line must contain exactly two '/', try again")
|
||||
continue
|
||||
if sha256_truncated(data.lower().encode("ascii"), 2) != checksum:
|
||||
print("line checksum did not match, try same line again")
|
||||
|
|
|
|||
Loading…
Reference in a new issue