Explorar o código

Fix incorrect argument ordering (#659).

Dan Helfman %!s(int64=2) %!d(string=hai) anos
pai
achega
84c21b062f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
     )