Skip to content

Commit 512b4b4

Browse files
committed
git commit -m "fix: add missing colon in Makefile target"
1 parent 923b583 commit 512b4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ run-ruff:
1818
run-server-tailwind:
1919
$(PYTHON) $(MANAGE) tailwind runserver
2020

21-
run-tailwind-setup
21+
run-tailwind-setup:
2222
$(PYTHON) $(MANAGE) tailwind setup
2323

2424
run-tailwind-build:

0 commit comments

Comments
 (0)