Skip to content

Commit

Permalink
Update .evergreen/start-orchestration.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
  • Loading branch information
blink1073 and eramongodb authored Sep 26, 2023
1 parent f99efce commit 8e096b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/start-orchestration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd "$MONGO_ORCHESTRATION_HOME"

if [ -z "$PYTHON" ];then
echo "Finding Python3 binary..."
PYTHON="$(find_python3 2>/dev/null)" || return
PYTHON="$(find_python3 2>/dev/null)"
echo "Finding Python3 binary... done."
else
echo "Using Python3 binary: $PYTHON"
Expand Down

0 comments on commit 8e096b2

Please sign in to comment.