]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Reset color after submodule warning message
authorMarco Scannadinari <4211302+marcoms@users.noreply.github.com>
Mon, 8 Jan 2018 23:11:26 +0000 (23:11 +0000)
committerJack Humbert <jack.humb@gmail.com>
Fri, 12 Jan 2018 18:25:05 +0000 (13:25 -0500)
Fixes leaking bold text

message.mk

index f5fb751ed8dd9fc53149ac2243d0b4b20caee86f..1401698ddcaa832789c7865e8e189f722544cb56 100644 (file)
@@ -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