diff options
author | fauxpark <fauxpark@gmail.com> | 2019-08-31 03:23:36 +1000 |
---|---|---|
committer | Yan-Fa Li <yanfali@gmail.com> | 2019-08-30 10:23:36 -0700 |
commit | c27aa60c50c7ed7cb3e511c8a9def118541813e7 (patch) | |
tree | 735f9c1d05b63123420db5b8db90a638960bb93e | |
parent | 931e9bdbe4ff73b26b86be42041c4553f7cdd696 (diff) |
Make the CLI Ψ capital (#6637)
-rwxr-xr-x | bin/qmk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |