fix the cleanall command

This commit is contained in:
Andreas Zweili 2021-12-30 16:53:06 +01:00
parent 28ce263a99
commit b51d7c00e9
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@ cleanall:
rm -rf venv/
sudo find . \( -name __pycache__ -o -name "*.pyc" \) -delete
sudo rm -rf htmlcov/
sudo rm */migrations/*.py
sudo rm -f */migrations/*.py
sudo rm .second_run