From 84c21b062f024d8498f6c45ed06e3dbc73f6e8e1 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 23 May 2023 16:55:40 -0700 Subject: [PATCH] Fix incorrect argument ordering (#659). --- borgmatic/actions/prune.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/actions/prune.py b/borgmatic/actions/prune.py index f7280840..deaea384 100644 --- a/borgmatic/actions/prune.py +++ b/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, )