From 460c185287512b7b07cf14e23fee70cb41d10915 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sat, 8 Apr 2017 16:52:19 -0700 Subject: [PATCH] minor: fix for checkstyle violation --- .ci/run-link-check-plugin.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/run-link-check-plugin.sh b/.ci/run-link-check-plugin.sh index 038272ad251..434df02a66d 100755 --- a/.ci/run-link-check-plugin.sh +++ b/.ci/run-link-check-plugin.sh @@ -15,4 +15,5 @@ grep externalLink target/site/linkcheck.html | cat echo "------------ grep of linkcheck.html--END" RESULT=$(grep externalLink target/site/linkcheck.html | grep -v 'Read timed out' | wc -l) echo 'Exit code:'$RESULT -if [[ $RESULT != 0 ]]; then false; fi \ No newline at end of file +if [[ $RESULT != 0 ]]; then false; fi +