Skip to content

Commit

Permalink
Use client-2 repo against Satellite 6.16+ (#16397)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpramuk authored Sep 18, 2024
1 parent f0f4616 commit a26dde1
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',
repo='client-2',
product='client',
release='client',
release='client-2',
os_release=ver,
)
return data
Expand Down

0 comments on commit a26dde1

Please sign in to comment.