From c5776447b9cc7ab542fc92b6fcc1856074980926 Mon Sep 17 00:00:00 2001 From: networkjanitor Date: Wed, 12 Aug 2020 23:07:57 +0200 Subject: [PATCH] fixed description strings for before_extract and after_extract --- borgmatic/commands/borgmatic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borgmatic/commands/borgmatic.py b/borgmatic/commands/borgmatic.py index 2b47e64d..a6df97b4 100644 --- a/borgmatic/commands/borgmatic.py +++ b/borgmatic/commands/borgmatic.py @@ -96,7 +96,7 @@ def run_configuration(config_filename, config, arguments): hooks.get('before_extract'), hooks.get('umask'), config_filename, - 'pre-check', + 'pre-extract', global_arguments.dry_run, ) if prune_create_or_check: @@ -178,7 +178,7 @@ def run_configuration(config_filename, config, arguments): hooks.get('after_extract'), hooks.get('umask'), config_filename, - 'post-check', + 'post-extract', global_arguments.dry_run, ) if prune_create_or_check: