diff --git a/tests/sanity/extra/changelog.json b/tests/sanity/extra/changelog.json index 909175d9..f8a5327e 100644 --- a/tests/sanity/extra/changelog.json +++ b/tests/sanity/extra/changelog.json @@ -5,6 +5,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 243ce952..bf4da16f 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)