Commit 8dd8a6b165ef25641f29ffcc7b986bb88009e76c
1 parent
b615983c
Exists in
master
and in
39 other branches
Minor fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/badger/management/commands/update_badges.py
@@ -8,7 +8,7 @@ from badger.models import Badge | @@ -8,7 +8,7 @@ from badger.models import Badge | ||
8 | 8 | ||
9 | 9 | ||
10 | class Command(BaseCommand): | 10 | class Command(BaseCommand): |
11 | - help = "Updates the user's badges" | 11 | + help = "Update the user's badges" |
12 | 12 | ||
13 | def handle(self, *args, **kwargs): | 13 | def handle(self, *args, **kwargs): |
14 | for badge in Badge.objects.filter(type='auto'): | 14 | for badge in Badge.objects.filter(type='auto'): |