We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3da40 commit 681ddd8Copy full SHA for 681ddd8
.evergreen/prepare-shell.sh
@@ -34,7 +34,7 @@ if [ ! -d "$DRIVERS_TOOLS" ]; then
34
git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
35
fi
36
37
-echo "installed DRIVERS_EVERGREEN_TOOLS from commit $(git -C $DRIVERS_EVERGREEN_TOOLS rev-parse HEAD)"
+echo "installed DRIVERS_TOOLS from commit $(git -C "${DRIVERS_TOOLS}" rev-parse HEAD)"
38
39
cat <<EOT > "$MONGO_ORCHESTRATION_HOME/orchestration.config"
40
{
0 commit comments