Skip to content

Commit e3bb55c

Browse files
committed
chore: expand mktemp template
1 parent 6761dbb commit e3bb55c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ initOS() {
4646
case "$OS" in
4747
# Minimalist GNU for Windows
4848
mingw*) OS='windows';;
49-
msys*) OS='windows';;
49+
msys*) OS='windows';;
5050
esac
5151
}
5252

@@ -80,7 +80,7 @@ download() {
8080
local archive="git-remote-codecommit_${VERSION}_${OS}-${ARCH}.${PACKAGE_TYPE}"
8181

8282
DOWNLOAD_URL="https://github.com/gembaadvantage/git-remote-codecommit/releases/download/${VERSION}/${archive}"
83-
DOWNLOAD_DIR="$(mktemp -dt git-remote-codecommit-install)"
83+
DOWNLOAD_DIR="$(mktemp -dt git-remote-codecommit-install-XXXXXXX)"
8484
GRC_FILE="${DOWNLOAD_DIR}/${archive}"
8585

8686
if [ "${HAS_CURL}" == "true" ]; then

0 commit comments

Comments
 (0)