You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2017/02/17 17:08:46 UTC

flink git commit: [FLINK-5751] [docs] Fix tab in check_links script

Repository: flink
Updated Branches:
  refs/heads/master 5368a7d32 -> 74c584bc4


[FLINK-5751] [docs] Fix tab in check_links script


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/74c584bc
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/74c584bc
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/74c584bc

Branch: refs/heads/master
Commit: 74c584bc4b5ed1e0f2832ba612efb8d0f4582f5f
Parents: 5368a7d
Author: Ufuk Celebi <uc...@apache.org>
Authored: Fri Feb 17 18:08:39 2017 +0100
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Fri Feb 17 18:08:39 2017 +0100

----------------------------------------------------------------------
 docs/check_links.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/74c584bc/docs/check_links.sh
----------------------------------------------------------------------
diff --git a/docs/check_links.sh b/docs/check_links.sh
index 36d5371..c4307a5 100755
--- a/docs/check_links.sh
+++ b/docs/check_links.sh
@@ -31,6 +31,6 @@ fi
 # Fail the build if any broken links are found
 broken_links_str=$(grep -e 'Found [[:digit:]]\+ broken links' spider.log)
 if [ -n "$broken_links_str" ]; then
-	echo -e "\e[1;31m$broken_links_str\e[0m"
+    echo -e "\e[1;31m$broken_links_str\e[0m"
     exit 1
 fi