Skip to content

Commit 681ddd8

Browse files
authored
chore: print drivers evergreen tools commit (#4253)
1 parent 3d3da40 commit 681ddd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/prepare-shell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [ ! -d "$DRIVERS_TOOLS" ]; then
3434
git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
3535
fi
3636

37-
echo "installed DRIVERS_EVERGREEN_TOOLS from commit $(git -C $DRIVERS_EVERGREEN_TOOLS rev-parse HEAD)"
37+
echo "installed DRIVERS_TOOLS from commit $(git -C "${DRIVERS_TOOLS}" rev-parse HEAD)"
3838

3939
cat <<EOT > "$MONGO_ORCHESTRATION_HOME/orchestration.config"
4040
{

0 commit comments

Comments
 (0)