From c915fc0611a4e9336a7eaf64d6e93a28a765a7fa Mon Sep 17 00:00:00 2001 From: Mateusz Szostok Date: Fri, 18 Sep 2020 13:22:51 +0200 Subject: [PATCH] Update run-test-unit.sh (#41) --- hack/ci/run-test-unit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/ci/run-test-unit.sh b/hack/ci/run-test-unit.sh index b55ba30..221d00c 100755 --- a/hack/ci/run-test-unit.sh +++ b/hack/ci/run-test-unit.sh @@ -35,7 +35,7 @@ shout "? go mod tidy" go mod tidy STATUS=$( git status --porcelain go.mod go.sum ) if [ ! -z "$STATUS" ]; then - echo "${RED}✗ go mod tidy modified go.mod and/or go.sum${NC}" + echo -e "${RED}✗ go mod tidy modified go.mod and/or go.sum${NC}" exit 1 else echo -e "${GREEN}√ go mod tidy${NC}" fi