TUN-9941: Fix typo causing r2-release-next deployment to fail

* TUN-9941: Fix typo causing r2-release-next deployment to fail

Closes TUN-9941
This commit is contained in:
Gonçalo Garcia 2025-10-21 13:11:33 +00:00
parent 691550a6f2
commit 95642486c6
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ if __name__ == "__main__":
if len(key_results) > 1:
secondary_gpg_key_id, secondary_gpg_key_name = key_results[1]
if args.args.gpg_private_key_2:
if args.gpg_private_key_2:
print(f"signing RPM with secondary gpg_key: {secondary_gpg_key_id}")
pkg_creator.import_rpm_key(args.gpg_public_key_2)
else: