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. (#432)
  • Loading branch information
felixfontein authored Mar 30, 2022
1 parent a28b2a5 commit bc00c30
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 bc00c30

Please sign in to comment.