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

index 79f3b5a728332ddcd2e4d2659c9b9cb56b526708..585724e061a20101b38559e97c056733fff1ee30 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 "$@"
-    cmnd_claim "$1"
+    cmd_claim "$1"
 elif [ "$1" = "${CMD_HELP}" ]; then
     check_args_beyond 0 "$@"
     print_usage