Skip to content

Commit

Permalink
makefile: bugfix for syntax error (unterminated quoted string)
Browse files Browse the repository at this point in the history
  • Loading branch information
hklarner committed Sep 28, 2023
1 parent 37f21d1 commit 110a122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ help:
@echo " make postgres-stop -- stops the local postgres cluster"
@echo " make postgres-create -- create the local postgres cluster (only works on ubuntu 20.04)"
@echo " make local-a4 -- patch to use local a4 (needs to have path ../adhocracy4)"
@echo " make celery-worker-start -- starts the celery worker in the foreground
@echo " make celery-worker-status -- lists all registered tasks and active worker nodes
@echo " make celery-worker-dummy-task -- calls the dummy task and prints result from redis
@echo " make celery-worker-start -- starts the celery worker in the foreground"
@echo " make celery-worker-status -- lists all registered tasks and active worker nodes"
@echo " make celery-worker-dummy-task -- calls the dummy task and prints result from redis"
@echo

.PHONY: install
Expand Down

0 comments on commit 110a122

Please sign in to comment.