Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Govoni committed Mar 16, 2022
1 parent dcf2dfa commit b940dcc
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 @@ -34,7 +34,7 @@ install: depends init
update: format lint
pip freeze | grep -v blazer > requirements.txt
git add bin blazer requirements.txt Makefile
git commit -m "Updates"
git commit --allow-empty -m "Updates"
git push origin main
python setup.py install

Expand Down

0 comments on commit b940dcc

Please sign in to comment.