Typo in command output ('snapea')

This commit is contained in:
Klaas van Schelven
2026-01-06 21:39:33 +01:00
parent 0d0b9b509f
commit c33eba8fbe
3 changed files with 3 additions and 3 deletions

View File

@@ -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).")

View File

@@ -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).")

View File

@@ -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).")