mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Fix output format
This commit is contained in:
@@ -85,4 +85,4 @@ def list_keymaps(cli):
|
||||
|
||||
for name in names:
|
||||
# We echo instead of cli.log.info to allow easier piping of this output
|
||||
cli.echo(keyboard_name + os.path.sep + name)
|
||||
cli.echo(keyboard_name + ":" + name)
|
||||
|
||||
Reference in New Issue
Block a user