mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ansibulled -> antsibull. (#416)
This commit is contained in:
parent
e65efba8b2
commit
9e62a0abb9
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,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"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue