From 99af8dfaa578f08d571d1a2b51a2f98ff6b78406 Mon Sep 17 00:00:00 2001 From: Keith James Date: Tue, 18 Feb 2025 15:58:37 +0000 Subject: [PATCH] Correct the name of the valet executable --- scripts/valet_archive_create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/valet_archive_create.sh b/scripts/valet_archive_create.sh index f96c340..2e411c3 100755 --- a/scripts/valet_archive_create.sh +++ b/scripts/valet_archive_create.sh @@ -41,7 +41,7 @@ TMPDIR=${TMPDIR:-"$SAFE_ROOT/tmp"} set -x -TMPDIR="$TMPDIR" nice valet-amd64 archive create \ +TMPDIR="$TMPDIR" nice valet-linux-amd64 archive create \ --root "$DATA_ROOT" \ --archive-root "$ARCHIVE_ROOT" \ --exclude "$SAFE_ROOT" \