Skip to content

Commit

Permalink
fix bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 20, 2024
1 parent 61a40b3 commit e19080f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/scripts/configure-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export MONGODB_BINARIES="$MONGODB_BINARIES"
export PROJECT_DIRECTORY="$PROJECT_DIRECTORY"
export TMPDIR="$MONGO_ORCHESTRATION_HOME/db"
export PATH="$PROJECT_DIRECTORY/bin:$MONGODB_BINARIES:$PATH"
export PATH="$PROJECT_DIRECTORY/.bin:$MONGODB_BINARIES:$PATH"
# shellcheck disable=SC2154
export PROJECT="$project"
export PIP_QUIET=1
Expand Down

0 comments on commit e19080f

Please sign in to comment.