Skip to content

Commit f949235

Browse files
committed
Fix typo in makefile
1 parent ea5766e commit f949235

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ test-pdb: test
2020
lint:
2121
pylint devel main mirrors news packages releng templates todolists visualize *.py
2222

23-
collecstatic:
24-
python manage.py collecstatic --noinput
23+
collectstatic:
24+
python manage.py collectstatic --noinput
2525

2626
test: test-py
2727

0 commit comments

Comments
 (0)