mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Revert back to title()
This commit is contained in:
@ -68,7 +68,7 @@ def print_search_item(item):
|
||||
item["type"].capitalize()
|
||||
if item["tier"] == "community"
|
||||
else click.style(
|
||||
("%s %s" % (item["tier"], item["type"])).capitalize(), bold=True
|
||||
("%s %s" % (item["tier"], item["type"])).title(), bold=True
|
||||
),
|
||||
item["version"]["name"],
|
||||
util.parse_datetime(item["version"]["released_at"]).strftime("%c"),
|
||||
|
Reference in New Issue
Block a user