Quellcode durchsuchen

Fix incorrect argument ordering (#659).

Dan Helfman vor 2 Jahren
Ursprung
Commit
84c21b062f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      borgmatic/actions/prune.py

+ 1 - 1
borgmatic/actions/prune.py

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