fixed description strings for before_extract and after_extract

This commit is contained in:
networkjanitor 2020-08-12 23:07:57 +02:00
parent 893fca2816
commit c5776447b9
1 changed files with 2 additions and 2 deletions

View File

@ -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: