This commit is contained in:
Dan Helfman 2019-12-10 16:57:12 -08:00
parent 2e5be3d3f1
commit 68281339b7
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ hooks:
hostname: postgresql
username: postgres
password: test
'''.format(config_path, repository_path, borgmatic_source_directory)
'''.format(
config_path, repository_path, borgmatic_source_directory
)
config_file = open(config_path, 'w')
config_file.write(config)