Skip to content

Commit

Permalink
Finish transition to startup checks
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed Jul 7, 2020
1 parent 0195c45 commit a70e07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shynet/core/management/commands/startup_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class Command(BaseCommand):
help = "Internal command to perform startup sanity checks."
help = "Internal command to perform startup checks."

def check_migrations(self):
from django.db.migrations.executor import MigrationExecutor
Expand Down

0 comments on commit a70e07b

Please sign in to comment.