Skip to content

Commit a91f149

Browse files
authored
fix: typo (#1581)
1 parent 252463f commit a91f149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manywheel/build_libtorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ for pkg in /$LIBTORCH_HOUSE_DIR/libtorch*.zip; do
343343
fi
344344

345345
# zip up the wheel back
346-
zip -rq $(basename $pkg) $PREIX*
346+
zip -rq $(basename $pkg) $PREFIX*
347347

348348
# replace original wheel
349349
rm -f $pkg

0 commit comments

Comments
 (0)