Skip to content

Commit

Permalink
Tweak output
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 14, 2024
1 parent 16ddd60 commit e03ec02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta_package_manager/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def remove_logging_override():
user_selection = ctx.obj.get("managers_to_add", None)
managers_to_remove = ctx.obj.get("managers_to_remove", None)
selection_string = (
": None"
": Platform default"
if not user_selection
else "> " + " > ".join(map(theme.invoked_command, user_selection))
)
Expand Down

0 comments on commit e03ec02

Please sign in to comment.