From 9e62a0abb9acaf846248c54132b6d81bab6f712c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 26 May 2020 23:05:05 +0200 Subject: [PATCH] ansibulled -> antsibull. (#416) --- tests/sanity/extra/changelog.json | 2 +- tests/sanity/extra/changelog.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sanity/extra/changelog.json b/tests/sanity/extra/changelog.json index 092d819a11..e88260d36b 100644 --- a/tests/sanity/extra/changelog.json +++ b/tests/sanity/extra/changelog.json @@ -8,6 +8,6 @@ "changelogs/fragments/." ], "requirements": [ - "git+git://github.com/ansible-community/ansibulled.git@pip-installable#egg=ansibulled" + "git+git://github.com/ansible-community/antsibull.git@pip-installable#egg=antsibull" ] } \ No newline at end of file diff --git a/tests/sanity/extra/changelog.py b/tests/sanity/extra/changelog.py index 243ce952a5..bf4da16fc3 100644 --- a/tests/sanity/extra/changelog.py +++ b/tests/sanity/extra/changelog.py @@ -21,7 +21,7 @@ def main(): if ext not in allowed_extensions: print('%s:%d:%d: extension must be one of: %s' % (path, 0, 0, ', '.join(allowed_extensions))) - cmd = ['ansibulled-changelog', 'lint'] + paths + cmd = ['antsibull-changelog', 'lint'] + paths subprocess.check_call(cmd)