Skip to content

Commit cbe2caa

Browse files
committed
Fix typo in makefile
1 parent 9de5aff commit cbe2caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)