Skip to content

Commit

Permalink
Add missing $.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jul 14, 2022
1 parent ed39db6 commit 8b9fee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .manylinux-install.sh
Expand Up @@ -62,7 +62,7 @@ for PYBIN in /opt/python/*/bin; do
cd /io/
${PYBIN}/pip install tox
TOXENV=$(tox_env_map "${PYBIN}")
{PYBIN}/tox -e ${TOXENV}
${PYBIN}/tox -e ${TOXENV}
cd ..
fi
rm -rf /io/build /io/*.egg-info
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "9b9a2ecc320479e495183694b28a3e3e864c768d"
commit-id = "f483a5b8c47e80c4586c527ecfa59515f9fbfbfc"

[python]
with-appveyor = true
Expand Down

0 comments on commit 8b9fee7

Please sign in to comment.