Skip to content

Commit

Permalink
Merge pull request #296 from kjsanger/bug/correct-executable-name
Browse files Browse the repository at this point in the history
Correct the name of the valet executable
  • Loading branch information
kjsanger authored Feb 18, 2025
2 parents 2f4d70b + 99af8df commit 9206a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/valet_archive_create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 9206a65

Please sign in to comment.