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

pull/675/head
Dan Helfman 2 weeks ago
parent 76138faaf3
commit 84c21b062f

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

Loading…
Cancel
Save