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 5626e24 commit e5e6dfeCopy full SHA for e5e6dfe
.evergreen/scripts/setup-dev-env.sh
@@ -37,7 +37,7 @@ if [ ! -d $BIN_DIR ]; then
37
fi
38
39
# Add the default install path to the path if needed.
40
-if [ -z "${PYMONGO_BIN_DIR:-}" ] then
+if [ -z "${PYMONGO_BIN_DIR:-}" ]; then
41
export PATH="$PATH:$HOME/.local/bin"
42
43
0 commit comments