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:
John Mulligan 2022-10-17 10:20:26 -04:00 committed by mergify[bot]
parent 94f1c7b8a4
commit 1b33c5fd2e
1 changed files with 1 additions and 0 deletions

View File

@ -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,