Fix incorrect argument ordering (#659).
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2023-05-23 16:55:40 -07:00
parent 76138faaf3
commit 84c21b062f
1 changed files with 1 additions and 1 deletions

View File

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