Skip to content

Commit 2cbb68e

Browse files
committed
Edit title of superuser section
1 parent 2d0f71f commit 2cbb68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chrisomatic/cli/agenda.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ async def close_all():
3333
raise typer.Abort()
3434

3535
# ------------------------------------------------------------
36-
# Create superuser account if necessary, and then create HTTP sessions
36+
# Create superuser account if necessary
3737
# ------------------------------------------------------------
38-
console.rule("[bold blue]Creating Superuser Account and HTTP Sessions")
38+
console.rule("[bold blue]Creating Superuser Account")
3939
superuser_creation, actions = await pre_actions.create_super_client(
4040
given_config.on, docker
4141
)

0 commit comments

Comments
 (0)