mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-30 05:13:01 +02:00
Changing version in warning to correspond with next release version.
This commit is contained in:
@@ -54,7 +54,7 @@ def apply_logical_validation(config_filename, parsed_configuration):
|
||||
|
||||
consistency_prefix = parsed_configuration.get('consistency', {}).get('prefix')
|
||||
if archive_name_format and not consistency_prefix:
|
||||
logger.warning('Since version 1.2.0, if you provide `archive_name_format`, you must also'
|
||||
logger.warning('Since version 1.1.16, if you provide `archive_name_format`, you should also'
|
||||
' specify `consistency.prefix`.')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user