Fix a typo

This commit is contained in:
Patrick Maslana 2023-05-10 16:04:13 -07:00
parent 8987ad1d77
commit 02a71d0f8f
No known key found for this signature in database

View File

@ -34,7 +34,7 @@ done
mv licenses/ ../dist
cd ../build_scripts cd ... || exit' or 'cd ... || return
cd ../build_scripts || exit' or 'cd ... || return
python3 -m venv ../venv
. ../venv/bin/activate
# PULL IN THE LICENSES FROM PIP-LICENSE