Skip to content

Commit

Permalink
Rename .active-model.auto.conf
Browse files Browse the repository at this point in the history
We don't want users to touch that file, so we use an extension
which is less likely to lead to that situation: we remove the
`.conf` extension.

References: BAR-122.

Signed-off-by: Israel Barth Rubio <[email protected]>
  • Loading branch information
barthisrael committed Nov 29, 2023
1 parent f47ce01 commit ec19219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barman/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ def __init__(self, config, name):
value = None
setattr(self, key, value)
self._active_model_file = os.path.join(
self.backup_directory, ".active-model.auto.conf"
self.backup_directory, ".active-model.auto"
)
self.active_model = None
self.models = {}
Expand Down

0 comments on commit ec19219

Please sign in to comment.