diff options
author | Marco Scannadinari <4211302+marcoms@users.noreply.github.com> | 2018-01-08 23:11:26 +0000 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-01-12 13:25:05 -0500 |
commit | 820930490432ef28431b047d989fe9c0d4b01b49 (patch) | |
tree | b763e4db295db7c12a71cf669ae77f2f126f2898 | |
parent | 6bbe2366ec3f8d5a25d12bba9fe71d683ab55a39 (diff) |
Reset color after submodule warning message
Fixes leaking bold text
-rw-r--r-- | message.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/message.mk b/message.mk index f5fb751ed8..1401698ddc 100644 --- a/message.mk +++ b/message.mk @@ -58,7 +58,7 @@ MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \ Some git sub-modules are out of date or modified, please consider runnning:$(BOLD)\n\ make git-submodule\n\ You can ignore this warning if you are not compiling any ChibiOS keyboards,\n\ - or if you have modified the ChibiOS libraries yourself. \n\n + or if you have modified the ChibiOS libraries yourself. \n\n$(NO_COLOR) MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR) define GENERATE_MSG_MAKE_KB |