Skip to content

Commit e5e6dfe

Browse files
committed
syntax
1 parent 5626e24 commit e5e6dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup-dev-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [ ! -d $BIN_DIR ]; then
3737
fi
3838

3939
# Add the default install path to the path if needed.
40-
if [ -z "${PYMONGO_BIN_DIR:-}" ] then
40+
if [ -z "${PYMONGO_BIN_DIR:-}" ]; then
4141
export PATH="$PATH:$HOME/.local/bin"
4242
fi
4343

0 commit comments

Comments
 (0)