Skip to content

Commit 1207d7b

Browse files
committed
wrong copypasta
1 parent bc5cd09 commit 1207d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_layers.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ function make_path_absolute {
101101
function search_wheel {
102102
# Args: [wheel base name] [index]
103103

104-
BASENAME="cp$(echo "$1" | tr -d '.')"
105-
INDEX="cp$(echo "$2" | tr -d '.')"
104+
BASENAME=$1
105+
INDEX=$2
106106

107107
SEARCH_PATTERN="${BASENAME}-[^\"]*${PY_TAG}[^\"]*${PLATFORM}[^\"]*\.whl"
108108
echo "Searching for wheel ${SEARCH_PATTERN}"

0 commit comments

Comments
 (0)