Skip to content

Commit 3840aeb

Browse files
committed
fix test
1 parent cf732c3 commit 3840aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/.evergreen/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ for PYTHON_BINARY in "${PYTHONS[@]}"; do
8686
done
8787

8888
# Verify the sbom file
89-
LIBMONGOCRYPT_VERSION=$(cat ./libmongocrypt-version.txt)
89+
LIBMONGOCRYPT_VERSION=$(cat ./scripts/libmongocrypt-version.txt)
9090
EXPECTED="pkg:github/mongodb/libmongocrypt@$LIBMONGOCRYPT_VERSION"
9191
if grep -q $EXPECTED sbom.json; then
9292
echo "SBOM is up to date!"

0 commit comments

Comments
 (0)