From: Christian Heller Date: Wed, 2 Apr 2025 14:11:02 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/test.html?a=commitdiff_plain;h=d2b05daec0f83916ff6d7b7a8df45d1d3f1c22db;p=config Fix. --- diff --git a/testing/home/desktop/.local/bin/borgplom b/testing/home/desktop/.local/bin/borgplom index 585724e..41a0a28 100755 --- a/testing/home/desktop/.local/bin/borgplom +++ b/testing/home/desktop/.local/bin/borgplom @@ -158,7 +158,7 @@ if [ "$#" -lt 1 ]; then error_exit_with_usage "missing command." elif [ "$1" = "${CMD_CLAIM}" ]; then check_args_beyond 1 "$@" - cmd_claim "$1" + cmd_claim "$2" elif [ "$1" = "${CMD_HELP}" ]; then check_args_beyond 0 "$@" print_usage