diff options
| author | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-05 15:59:23 +0000 |
|---|---|---|
| committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-05 15:59:23 +0000 |
| commit | 2c1a9367bc0cd5fdc1736517943fb0c67dc1081f (patch) | |
| tree | 44bfbc23b34f5e8f842e1f7fce4d0bb8b0d511cd /scripts | |
| parent | 2229b189389b0d1b9e407ea1fc8648026f432cd4 (diff) | |
| parent | b05936cbfa6c72e158f976e3aa88c83a038f0cfa (diff) | |
| download | gitlab-ce-2c1a9367bc0cd5fdc1736517943fb0c67dc1081f.tar.gz | |
Merge branch 'docs-repo-merge-29-misc' into 'master'
Docs: Merge Various EE /doc dirs to CE
See merge request gitlab-org/gitlab-ce!28043
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 f39c64339fe..5dc27b0a2b2 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=44 +NUMBER_READMES_CE=45 NUMBER_READMES_EE=46 FIND_READMES=$(find doc/ -name "README.md" | wc -l) echo '=> Checking for new README.md files...' |
