aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/qmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qmk b/bin/qmk
index d4b584b10..3c00a675e 100755
--- a/bin/qmk
+++ b/bin/qmk
@@ -47,7 +47,7 @@ else:
47 47
48# Setup the CLI 48# Setup the CLI
49import milc 49import milc
50milc.EMOJI_LOGLEVELS['INFO'] = '{fg_blue}ψ{style_reset_all}' 50milc.EMOJI_LOGLEVELS['INFO'] = '{fg_blue}Ψ{style_reset_all}'
51 51
52# If we were invoked as `qmk <cmd>` massage sys.argv into `qmk-<cmd>`. 52# If we were invoked as `qmk <cmd>` massage sys.argv into `qmk-<cmd>`.
53# This means we can't accept arguments to the qmk script itself. 53# This means we can't accept arguments to the qmk script itself.