소스 검색

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