Skip to content

Commit

Permalink
fix: add more X's
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlodter committed Dec 10, 2024
1 parent 609732d commit 06804f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ BINARY_NAME="uds"
# Set full path to binary download
FULL_PATH="releases/download/${VERSION}/uds-cli_${VERSION}_${OS}_${ARCH}"

UDS_TMP_DIR="$(mktemp -d -t uds-binary-XXXXXX)"
UDS_TMP_DIR="$(mktemp -d -t uds-binary-XXXXXXXX)"
UDS_TMP_FILE="${UDS_TMP_DIR}/${BINARY_NAME}"

# Download the binary
Expand Down

0 comments on commit 06804f0

Please sign in to comment.