Skip to content

Commit

Permalink
fix: update makefile to fix typo (#254)
Browse files Browse the repository at this point in the history
The makefile had `alow-unsafe`. This updates it to have `allow-unsafe`
  • Loading branch information
brian-smith-tcril authored May 9, 2023
1 parent b57c41b commit c401404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ piptools:
pip install -q -r requirements/pip_tools.txt

upgrade: piptools ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
pip-compile --alow-unsafe --rebuild --upgrade -o requirements/pip.txt requirements/pip.in
pip-compile --allow-unsafe --rebuild --upgrade -o requirements/pip.txt requirements/pip.in
pip-compile --rebuild --upgrade -o requirements/pip_tools.txt requirements/pip_tools.in
pip install -qr requirements/pip.txt
pip install -qr requirements/pip_tools.txt
Expand Down

0 comments on commit c401404

Please sign in to comment.