mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-09 08:51:54 -04:00
Merge pull request #6568 from jwilk-forks/secure-erase-msg
Remove stray punctuation from secure-erase message
This commit is contained in:
commit
6bb75ddf6b
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ class Repository:
|
|||
secure_erase(old_config_path)
|
||||
|
||||
if os.path.isfile(config_path):
|
||||
link_error_msg = ("Failed to securely erase old repository config file (hardlinks not supported>). "
|
||||
link_error_msg = ("Failed to securely erase old repository config file (hardlinks not supported). "
|
||||
"Old repokey data, if any, might persist on physical storage.")
|
||||
try:
|
||||
os.link(config_path, old_config_path)
|
||||
|
|
|
|||
Loading…
Reference in a new issue