diff options
author | James Fargher <proglottis@gmail.com> | 2019-02-21 03:34:42 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-02-21 03:34:42 +0000 |
commit | 6c4ca56b8339da7b1debd89d88952a696f2b36ec (patch) | |
tree | e42cc6b0eb0172ecf3699261415a31a529ac5079 /scripts | |
parent | 5f2785081cc8b72c7ffe38988074d3a207a8bf8a (diff) | |
download | gitlab-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-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 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...' |