Skip to content

Commit

Permalink
Replace antsibull-lint collection-docs with antsibull-docs lint-colle…
Browse files Browse the repository at this point in the history
…ction-docs. (#401)

(cherry picked from commit bfb77e9)
  • Loading branch information
felixfontein authored and patchback[bot] committed Mar 30, 2022
1 parent 3f3ba4c commit f639fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sanity/extra/extra-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit f639fd6

Please sign in to comment.