mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-29 21:03:02 +02:00
Fix typo in MySQL hook (#1208).
This commit is contained in:
@@ -355,7 +355,7 @@ def make_data_source_dump_patterns(
|
||||
|
||||
return (
|
||||
dump.make_data_source_dump_filename(
|
||||
make_dump_path('borgmatic'), name, name, hostname, port, container, label
|
||||
make_dump_path('borgmatic'), name, hostname, port, container, label
|
||||
),
|
||||
dump.make_data_source_dump_filename(
|
||||
make_dump_path(borgmatic_runtime_directory),
|
||||
|
||||
Reference in New Issue
Block a user