Browse Source

remove stray punctuation from secure-erase message

Jakub Wilk 3 năm trước cách đây
mục cha
commit
291901717d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/borg/repository.py

+ 1 - 1
src/borg/repository.py

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