mirror of https://github.com/ceph/go-ceph
contrib: fix a bug in apiage.py
Probably caused by last minute changes to the pr that added the feature, it just needed the same initialization as the other section. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
94f1c7b8a4
commit
1b33c5fd2e
|
@ -489,6 +489,7 @@ def main():
|
|||
sys.exit(1)
|
||||
elif cli.mode == "promote":
|
||||
values = {}
|
||||
api_src = _get_api_src()
|
||||
_setif(values, "added_in_version", cli.added_in_version)
|
||||
ccount, pcount = api_promote(
|
||||
api_tracked,
|
||||
|
|
Loading…
Reference in New Issue