From 0fdee067c76ffce7c1fe186c806964a941123014 Mon Sep 17 00:00:00 2001 From: Tony Fernandez Date: Fri, 8 Nov 2024 14:45:36 -0500 Subject: [PATCH] double space fix --- borgmatic/hooks/pushover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/hooks/pushover.py b/borgmatic/hooks/pushover.py index a72d4cf5..35c9b241 100644 --- a/borgmatic/hooks/pushover.py +++ b/borgmatic/hooks/pushover.py @@ -37,7 +37,7 @@ def ping_monitor(hook_config, config, config_filename, state, monitoring_log_lev token = hook_config.get('token') user = hook_config.get('user') - logger.info(f'{config_filename}: Updating Pushover {dry_run_label}') + logger.info(f'{config_filename}: Updating Pushover{dry_run_label}') if 'priority' in state_config and state_config['priority'] == 2: if 'expire' not in state_config: