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 757e25a commit 74c3b23Copy full SHA for 74c3b23
.evergreen/print-compass-env.js
@@ -74,7 +74,7 @@ function printCompassEnv() {
74
pathsToPrepend.unshift('/opt/mongodbtoolchain/v4/bin');
75
}
76
77
- pathsToPrepend(`${originalPWD}/.evergreen/docker-config/bin`);
+ pathsToPrepend.unshift(`${originalPWD}/.evergreen/docker-config/bin`);
78
79
PATH = maybePrependPaths(PATH, pathsToPrepend);
80
printVar('PATH', PATH);
0 commit comments