From 18271d90716fbf43c52fa0868d242080193875d3 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 24 Jun 2019 12:06:25 +0200 Subject: [PATCH] Fix Printing of Banner --- .dev-tools/test-blocker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev-tools/test-blocker.sh b/.dev-tools/test-blocker.sh index b21c1ac69..43bf0f724 100755 --- a/.dev-tools/test-blocker.sh +++ b/.dev-tools/test-blocker.sh @@ -438,7 +438,7 @@ printf "\n" echo "${bold}${magenta}Now Test Whitelisting and then Release a new build" printf "\n\n" -${bold}${yellow};cat ${TRAVIS_BUILD_DIR}/.dev-tools/banner.txt;${defaultcolor} +${bold}${yellow};cat ${TRAVIS_BUILD_DIR}/.dev-tools/banner.txt; # **********************