summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-05-05 16:27:37 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-05 16:27:37 +0000
commitfd5749b2c9c6ae0328e6ec0a2b957ca94a3ef143 (patch)
tree297e3f3a40b7abd5b5f85c8a88c007fd0e4f58be /scripts
parentbe3f29d1032639e4f3e553884856486f23ee9d2e (diff)
downloadgitlab-ce-fd5749b2c9c6ae0328e6ec0a2b957ca94a3ef143.tar.gz
Docs: Merge EE doc/gitlab-geo to CE
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/lint-doc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lint-doc.sh b/scripts/lint-doc.sh
index 5dc27b0a2b2..2055ce7f09d 100755
--- a/scripts/lint-doc.sh
+++ b/scripts/lint-doc.sh
@@ -35,7 +35,7 @@ fi
# Do not use 'README.md', instead use 'index.md'
# Number of 'README.md's as of 2018-03-26
-NUMBER_READMES_CE=45
+NUMBER_READMES_CE=46
NUMBER_READMES_EE=46
FIND_READMES=$(find doc/ -name "README.md" | wc -l)
echo '=> Checking for new README.md files...'