aboutsummaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/list/keymaps.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/qmk/cli/list/keymaps.py')
-rw-r--r--lib/python/qmk/cli/list/keymaps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/list/keymaps.py b/lib/python/qmk/cli/list/keymaps.py
index f3a1f2a50..5aed37b81 100644
--- a/lib/python/qmk/cli/list/keymaps.py
+++ b/lib/python/qmk/cli/list/keymaps.py
@@ -85,4 +85,4 @@ def list_keymaps(cli):
85 85
86 for name in names: 86 for name in names:
87 # We echo instead of cli.log.info to allow easier piping of this output 87 # We echo instead of cli.log.info to allow easier piping of this output
88 cli.echo(keyboard_name + os.path.sep + name) 88 cli.echo(keyboard_name + ":" + name)