Skip to content

Commit

Permalink
Edit title of superuser section
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jul 13, 2023
1 parent 2d0f71f commit 2cbb68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrisomatic/cli/agenda.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ async def close_all():
raise typer.Abort()

# ------------------------------------------------------------
# Create superuser account if necessary, and then create HTTP sessions
# Create superuser account if necessary
# ------------------------------------------------------------
console.rule("[bold blue]Creating Superuser Account and HTTP Sessions")
console.rule("[bold blue]Creating Superuser Account")
superuser_creation, actions = await pre_actions.create_super_client(
given_config.on, docker
)
Expand Down

0 comments on commit 2cbb68e

Please sign in to comment.