Skip to content

Commit 90a7ac4

Browse files
committed
CDRIVER-3573 fix hardcode
1 parent 63b7476 commit 90a7ac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ functions:
2424
set -o errexit
2525
set -o xtrace
2626
# TODO: CDRIVER-3573 do not hardcode the version.
27-
if [ "${project}" != "mongoc-c-driver" ]; then
27+
if [ "${project}" != "mongo-c-driver" ]; then
2828
# This is an older branch, like r1.17
2929
VERSION_CURRENT="1.17.0-pre"
3030
echo $VERSION_CURRENT > "VERSION_CURRENT"

build/evergreen_config_lib/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
]))]),
2929
shell_mongoc(r'''
3030
# TODO: CDRIVER-3573 do not hardcode the version.
31-
if [ "${project}" != "mongoc-c-driver" ]; then
31+
if [ "${project}" != "mongo-c-driver" ]; then
3232
# This is an older branch, like r1.17
3333
VERSION_CURRENT="1.17.0-pre"
3434
echo $VERSION_CURRENT > "VERSION_CURRENT"

0 commit comments

Comments
 (0)