From c5c8230ae44e146a947f81bbe114b595d2934cb5 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 2 Apr 2025 12:37:47 +0200 Subject: [PATCH] Fix. --- testing/home/desktop/.local/bin/borgplom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/home/desktop/.local/bin/borgplom b/testing/home/desktop/.local/bin/borgplom index 2e1089b..609e6cf 100755 --- a/testing/home/desktop/.local/bin/borgplom +++ b/testing/home/desktop/.local/bin/borgplom @@ -32,7 +32,7 @@ error_exit_with_usage() { } check_args_beyond() { - shift 2 + shift 1 if [ "$#" -gt 0 ]; then echo "WARNING: unexpected arguments beyond command, ignoring: $@\n" fi -- 2.30.2