File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
build/evergreen_config_lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ functions:
24
24
set -o errexit
25
25
set -o xtrace
26
26
# TODO: CDRIVER-3573 do not hardcode the version.
27
- if [ "${project}" != "mongoc -c-driver" ]; then
27
+ if [ "${project}" != "mongo -c-driver" ]; then
28
28
# This is an older branch, like r1.17
29
29
VERSION_CURRENT="1.17.0-pre"
30
30
echo $VERSION_CURRENT > "VERSION_CURRENT"
Original file line number Diff line number Diff line change 28
28
]))]),
29
29
shell_mongoc (r'''
30
30
# TODO: CDRIVER-3573 do not hardcode the version.
31
- if [ "${project}" != "mongoc -c-driver" ]; then
31
+ if [ "${project}" != "mongo -c-driver" ]; then
32
32
# This is an older branch, like r1.17
33
33
VERSION_CURRENT="1.17.0-pre"
34
34
echo $VERSION_CURRENT > "VERSION_CURRENT"
You can’t perform that action at this time.
0 commit comments