Replace antsibull-lint collection-docs with antsibull-docs lint-collection-docs. (#432) (#433)

(cherry picked from commit bc00c30faf)

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/439/head
patchback[bot] 2022-03-30 08:13:40 +02:00 committed by GitHub
parent d8bb99d547
commit 8fe0a2450e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def main():
"""Main entry point."""
if not os.path.isdir(os.path.join('docs', 'docsite')):
return
p = subprocess.run(['antsibull-lint', 'collection-docs', '.'], check=False)
p = subprocess.run(['antsibull-docs', 'lint-collection-docs', '.'], check=False)
if p.returncode not in (0, 3):
print('{0}:0:0: unexpected return code {1}'.format(sys.argv[0], p.returncode))