Skip to content

Commit

Permalink
Fixed prize and list updates
Browse files Browse the repository at this point in the history
  • Loading branch information
T145 committed Feb 19, 2024
1 parent 7a03c5c commit a88af75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 753 deletions.
2 changes: 1 addition & 1 deletion build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pip install -r tools/requirements.txt
python tools/update-mono-list.py
python tools/update-prizes-list.py

if git diff-index --cached --quiet HEAD; then
if git diff-index --quiet HEAD; then
echo "Nothing to do!"
else
mkdir -p built
Expand Down
Loading

0 comments on commit a88af75

Please sign in to comment.