summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJames Fargher <proglottis@gmail.com>2019-02-21 03:34:42 +0000
committerEvan Read <eread@gitlab.com>2019-02-21 03:34:42 +0000
commit6c4ca56b8339da7b1debd89d88952a696f2b36ec (patch)
treee42cc6b0eb0172ecf3699261415a31a529ac5079 /scripts
parent5f2785081cc8b72c7ffe38988074d3a207a8bf8a (diff)
downloadgitlab-ce-6c4ca56b8339da7b1debd89d88952a696f2b36ec.tar.gz
Move ChatOps docs from EE to core
ChatOps used to be in the Ultimate tier.
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 848364b4a9b..bc73225c1bf 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=42
+NUMBER_READMES_CE=43
NUMBER_READMES_EE=46
FIND_READMES=$(find doc/ -name "README.md" | wc -l)
echo '=> Checking for new README.md files...'