Skip to content

Commit

Permalink
Revert "[6.16.z] Use client-2 repo against Satellite 6.16+ (#16409)"
Browse files Browse the repository at this point in the history
This reverts commit 874d9ef.
  • Loading branch information
lpramuk authored Sep 30, 2024
1 parent a4e824b commit 351e40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/dynaconf_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ def get_dogfood_satclient_repos(settings):
for ver in rhels:
data[f'RHEL{ver}'] = get_ohsnap_repo_url(
settings,
repo='client-2',
repo='client',
product='client',
release='client-2',
release='client',
os_release=ver,
)
return data
Expand Down

0 comments on commit 351e40a

Please sign in to comment.