Skip to content

Commit aa93945

Browse files
Fixed popd .. -> popd
1 parent 902882a commit aa93945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ls -l
5353
rm -rf dpctl_wheel
5454
echo "Deleted"
5555
ls -l
56-
popd ..
56+
popd
5757
echo "start retagging"
5858
${PYTHON} -m wheel tags --remove --build "$GIT_DESCRIBE_NUMBER" \
5959
--platform-tag "manylinux_${GLIBC_MAJOR}_${GLIBC_MINOR}_x86_64" \

0 commit comments

Comments
 (0)