Przeglądaj źródła

Fix incorrect argument ordering (#659).

Dan Helfman 2 lat temu
rodzic
commit
84c21b062f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      borgmatic/actions/prune.py

+ 1 - 1
borgmatic/actions/prune.py

@@ -44,8 +44,8 @@ def run_prune(
         storage,
         storage,
         retention,
         retention,
         local_borg_version,
         local_borg_version,
-        global_arguments,
         prune_arguments,
         prune_arguments,
+        global_arguments,
         local_path=local_path,
         local_path=local_path,
         remote_path=remote_path,
         remote_path=remote_path,
     )
     )