Skip to content

Commit 50bddd8

Browse files
FGasperaddaleax
andauthored
Update download_latest.sh
Co-authored-by: Anna Henningsen <[email protected]>
1 parent 588c5e2 commit 50bddd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download_latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ case "$ext" in
6262
file=$(mktemp)
6363

6464
echo "Downloading $url to $file"
65-
trap 'rm -f $file' EXIT
65+
trap 'rm -f "$file"' EXIT
6666

6767
curl -fsSL "$url" > "$file"
6868
echo "Downloaded $ext file; extracting mongosh …"

0 commit comments

Comments
 (0)