home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 2 Apr 2025 14:11:02 +0000 (16:11 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 2 Apr 2025 14:11:02 +0000 (16:11 +0200)
testing/home/desktop/.local/bin/borgplom

index 585724e061a20101b38559e97c056733fff1ee30..41a0a282182c262472a7e0d11f63765396bc89ce 100755 (executable)
@@ -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