From 291901717d7fccbd6e20292b0e5974fcc082864e Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 11 Apr 2022 18:47:54 +0200 Subject: [PATCH] remove stray punctuation from secure-erase message --- src/borg/repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/repository.py b/src/borg/repository.py index bb67c5a3f..4ef448c11 100644 --- a/src/borg/repository.py +++ b/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)