Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosenpfand committed Oct 20, 2024
1 parent 18cdc26 commit 82ebf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def init_db_command() -> None:
@click.command("is-db-init")
@with_appcontext
def is_db_init_command() -> None:
"""Determine wheter the database is initialized."""
"""Determine wether the database is initialized."""
result = is_db_init()
print("Database is initialized." if result else "Database is NOT initialized.")
sys.exit(not result)
Expand Down

0 comments on commit 82ebf29

Please sign in to comment.