Skip to content

Commit

Permalink
Update run-test-unit.sh (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Sep 18, 2020
1 parent 8db939c commit c915fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/run-test-unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c915fc0

Please sign in to comment.