Skip to content

Commit

Permalink
Fix issue that was preventing me from processing el9 branch requests
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh123linux committed Aug 29, 2023
1 parent a554b68 commit a378da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfpkgdb2client/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def get_rhel_cache(rhel_ver):
base_url = 'https://infrastructure.fedoraproject.org/repo/json/'\
'pkg_el%s.json'

url = base_url % rhel_ver
url = base_url % 8
output_filename = os.path.join(
tempfile.gettempdir(), '%s_%s' % (
datetime.datetime.utcnow().date().strftime('%Y%m%d'),
Expand Down

0 comments on commit a378da7

Please sign in to comment.