Renaming group to section for consistency.
This commit is contained in:
parent
cd8ceccfaf
commit
90a0d3b1e0
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ def main(): # pragma: no cover
|
|||
repository = config['location']['repository']
|
||||
remote_path = config['location']['remote_path']
|
||||
(storage, retention, consistency) = (
|
||||
config.get(group_name, {})
|
||||
for group_name in ('storage', 'retention', 'consistency')
|
||||
config.get(section_name, {})
|
||||
for section_name in ('storage', 'retention', 'consistency')
|
||||
)
|
||||
|
||||
borg.initialize(storage)
|
||||
|
|
Loading…
Reference in a new issue