Skip to content

Commit

Permalink
Make the CLI Ψ capital (qmk#6637)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and yanfali committed Aug 30, 2019
1 parent 2050206 commit d1efa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/qmk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d1efa45

Please sign in to comment.