Browse Source

Merge pull request #6621 from ThomasWaldmann/secure-erase-msg-1.1

remove stray punctuation from secure-erase message
TW 3 years ago
parent
commit
0c79bd8e4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/borg/repository.py

+ 1 - 1
src/borg/repository.py

@@ -304,7 +304,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)