Skip to content

Commit 3e255d8

Browse files
committed
missing underscore
1 parent c384274 commit 3e255d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_layers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function docker_build_zip {
123123
fi
124124
PY_TAG="cp$(echo "$1" | tr -d '.')"
125125
WHEEL_FILE=$(curl -sSfL "${S3_BASE}/index-manylinux2014.html" \
126-
| grep -o "ddtraceserverless-[^\"]*${PY_TAG}[^\"]*${PLATFORM}[^\"]*\.whl" \
126+
| grep -o "ddtrace_serverless-[^\"]*${PY_TAG}[^\"]*${PLATFORM}[^\"]*\.whl" \
127127
| head -n 1)
128128
if [ -z "${WHEEL_FILE}" ]; then
129129
echo "No S3 wheel found for ${PY_TAG} ${PLATFORM}, using default pyproject.toml version"

0 commit comments

Comments
 (0)