Explorar el Código

Make the CLI Ψ capital (#6637)

fauxpark hace 5 años
padre
commit
c27aa60c50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/qmk

+ 1 - 1
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.