Skip to content

Commit

Permalink
212 typo fix (#218)
Browse files Browse the repository at this point in the history
* fix typo

* add back rogue deletion
  • Loading branch information
AlecTroemel authored Jun 30, 2021
1 parent 3ddad5b commit 227691e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_celery_results/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def to_url(self, value):
name='celery-is_group_successful'
),
path(
'<task_patern:group_id>/group/status/',
'<task_pattern:group_id>/group/status/',
views.group_status,
name='celery-group_status'
),
Expand Down

0 comments on commit 227691e

Please sign in to comment.