Skip to content

Commit 9564248

Browse files
committed
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
1 parent 691550a commit 9564248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_pkgs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def parse_args():
431431
if len(key_results) > 1:
432432
secondary_gpg_key_id, secondary_gpg_key_name = key_results[1]
433433

434-
if args.args.gpg_private_key_2:
434+
if args.gpg_private_key_2:
435435
print(f"signing RPM with secondary gpg_key: {secondary_gpg_key_id}")
436436
pkg_creator.import_rpm_key(args.gpg_public_key_2)
437437
else:

0 commit comments

Comments
 (0)