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