Skip to content

Commit

Permalink
Merge pull request #163 from qmk/master
Browse files Browse the repository at this point in the history
Make the CLI Ψ capital (qmk#6637)
  • Loading branch information
duncanyoyo1 authored Aug 30, 2019
2 parents 5be265b + c27aa60 commit 6029309
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 6029309

Please sign in to comment.