Fixed borg -> Borg

This commit is contained in:
Tobias Hodapp 2023-11-24 18:47:37 +01:00
parent 422c5e32f4
commit 257678b66f
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def run_configuration(config_filename, config, arguments):
try:
local_borg_version = borg_version.local_borg_version(config, local_path)
logger.debug(f'{config_filename}: borg {local_borg_version}')
logger.debug(f'{config_filename}: Borg {local_borg_version}')
except (OSError, CalledProcessError, ValueError) as error:
yield from log_error_records(f'{config_filename}: Error getting local Borg version', error)
return