Jelajahi Sumber

Fix typo in MySQL hook (#1208).

Dan Helfman 5 hari lalu
induk
melakukan
ea25d969cb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      borgmatic/hooks/data_source/mysql.py

+ 1 - 1
borgmatic/hooks/data_source/mysql.py

@@ -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),