Skip to content

Commit

Permalink
fix win32
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 16, 2024
1 parent bbad4db commit 6e4413d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/download-mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ get_mongodb_download_url_for ()
_script_dir="$(dirname ${BASH_SOURCE:-$0})"
. ${_script_dir}/find-python3.sh
_python3=$(ensure_python3 2>/dev/null)
MONGOSH_DOWNLOAD_URL=$($_python3 "${_script_dir}/mongosh-dl.py" --no-download)
MONGOSH_DOWNLOAD_URL=$($_python3 "${_script_dir}/mongosh-dl.py" --no-download | tr -d '\r')

case "$_VERSION" in
latest) MONGODB_DOWNLOAD_URL=$MONGODB_LATEST ;;
Expand Down

0 comments on commit 6e4413d

Please sign in to comment.