summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-08-31 03:23:36 +1000
committerYan-Fa Li <yanfali@gmail.com>2019-08-30 10:23:36 -0700
commitc27aa60c50c7ed7cb3e511c8a9def118541813e7 (patch)
tree735f9c1d05b63123420db5b8db90a638960bb93e
parent931e9bdbe4ff73b26b86be42041c4553f7cdd696 (diff)
Make the CLI Ψ capital (#6637)0.7.00.6.464
-rwxr-xr-xbin/qmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qmk b/bin/qmk
index d4b584b10e..3c00a675eb 100755
--- a/bin/qmk
+++ b/bin/qmk
@@ -47,7 +47,7 @@ else:
# Setup the CLI
import milc
-milc.EMOJI_LOGLEVELS['INFO'] = '{fg_blue}ψ{style_reset_all}'
+milc.EMOJI_LOGLEVELS['INFO'] = '{fg_blue}Ψ{style_reset_all}'
# If we were invoked as `qmk <cmd>` massage sys.argv into `qmk-<cmd>`.
# This means we can't accept arguments to the qmk script itself.