浏览代码

Fix incorrect argument ordering (#659).

Dan Helfman 2 年之前
父节点
当前提交
84c21b062f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
     )