diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-05-05 16:27:37 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-05 16:27:37 +0000 |
commit | fd5749b2c9c6ae0328e6ec0a2b957ca94a3ef143 (patch) | |
tree | 297e3f3a40b7abd5b5f85c8a88c007fd0e4f58be /scripts | |
parent | be3f29d1032639e4f3e553884856486f23ee9d2e (diff) | |
download | gitlab-ce-fd5749b2c9c6ae0328e6ec0a2b957ca94a3ef143.tar.gz |
Docs: Merge EE doc/gitlab-geo to CE
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/lint-doc.sh | 2 |
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...' |