Skip to content

Commit

Permalink
Update command message
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Feb 3, 2024
1 parent 77fa426 commit 0b937c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greybook/core/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def init(username, password):
about='Anything about you.'
)
db.session.add(admin)
click.echo('Created the temporary administrator account.')
click.echo('Created the administrator account.')

category = db.session.execute(select(Category)).scalar()
if category is None:
Expand Down

0 comments on commit 0b937c2

Please sign in to comment.