ansibulled -> antsibull. (#57)

pull/58/head
Felix Fontein 2020-05-26 22:58:36 +02:00 committed by GitHub
parent 5f47780f80
commit 3fae4be64d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@
"changelogs/fragments/" "changelogs/fragments/"
], ],
"requirements": [ "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"
] ]
} }

View File

@ -21,7 +21,7 @@ def main():
if ext not in allowed_extensions: if ext not in allowed_extensions:
print('%s:%d:%d: extension must be one of: %s' % (path, 0, 0, ', '.join(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) subprocess.check_call(cmd)