diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-05-01 07:13:12 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-01 07:13:12 +0000 |
commit | 8b710c8ba43e55c1370bc849e67c57abe1f30cb7 (patch) | |
tree | 82a9494189c320a7fd6532dcbadc323d4c876a11 /scripts | |
parent | df6b92d9a2c005775f86645f6e4293f818a0ca99 (diff) | |
download | gitlab-ce-8b710c8ba43e55c1370bc849e67c57abe1f30cb7.tar.gz |
Docs: Merge EE doc/analytics 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 bc73225c1bf..f39c64339fe 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=43 +NUMBER_READMES_CE=44 NUMBER_READMES_EE=46 FIND_READMES=$(find doc/ -name "README.md" | wc -l) echo '=> Checking for new README.md files...' |