mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-09 23:51:20 +00:00
Typo in command output ('snapea')
This commit is contained in:
@@ -7,4 +7,4 @@ class Command(BaseCommand):
|
||||
|
||||
def handle(self, *args, **options):
|
||||
vacuum_files.delay()
|
||||
self.stdout.write("Called vacuum_files.delay(); the task will run in the background (snapea).")
|
||||
self.stdout.write("Called vacuum_files.delay(); the task will run in the background (snappea).")
|
||||
|
||||
@@ -7,4 +7,4 @@ class Command(BaseCommand):
|
||||
|
||||
def handle(self, *args, **options):
|
||||
vacuum_eventless_issuetags.delay()
|
||||
self.stdout.write("Called vacuum_eventless_issuetags.delay(); the task will run in the background (snapea).")
|
||||
self.stdout.write("Called vacuum_eventless_issuetags.delay(); the task will run in the background (snappea).")
|
||||
|
||||
@@ -7,4 +7,4 @@ class Command(BaseCommand):
|
||||
|
||||
def handle(self, *args, **options):
|
||||
vacuum_tagvalues.delay()
|
||||
self.stdout.write("Called vacuum_tagvalues.delay(); the task will run in the background (snapea).")
|
||||
self.stdout.write("Called vacuum_tagvalues.delay(); the task will run in the background (snappea).")
|
||||
|
||||
Reference in New Issue
Block a user