We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6761dbb commit e3bb55cCopy full SHA for e3bb55c
1 file changed
scripts/install
@@ -46,7 +46,7 @@ initOS() {
46
case "$OS" in
47
# Minimalist GNU for Windows
48
mingw*) OS='windows';;
49
- msys*) OS='windows';;
+ msys*) OS='windows';;
50
esac
51
}
52
@@ -80,7 +80,7 @@ download() {
80
local archive="git-remote-codecommit_${VERSION}_${OS}-${ARCH}.${PACKAGE_TYPE}"
81
82
DOWNLOAD_URL="https://github.com/gembaadvantage/git-remote-codecommit/releases/download/${VERSION}/${archive}"
83
- DOWNLOAD_DIR="$(mktemp -dt git-remote-codecommit-install)"
+ DOWNLOAD_DIR="$(mktemp -dt git-remote-codecommit-install-XXXXXXX)"
84
GRC_FILE="${DOWNLOAD_DIR}/${archive}"
85
86
if [ "${HAS_CURL}" == "true" ]; then
0 commit comments