Skip to content

Commit

Permalink
fixup! Add support for CentOS Stream 9
Browse files Browse the repository at this point in the history
Signed-off-by: adarshan-intel <adarsh.anand@intel.com>
  • Loading branch information
adarshan-intel committed Jul 30, 2024
1 parent 367ea0c commit 1f66728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def handle_redhat_repo_configs(distro, tmp_build_path):
shutil.copytree(sslclientkey_dir, tmp_build_path / 'pki/entitlement')

def template_path(distro):
if distro.startswith('quay.io/centos/centos:'):
if distro.startswith('quay.io/centos/centos'):
return 'centos/stream'

if distro.startswith('redhat/ubi'):
Expand Down

0 comments on commit 1f66728

Please sign in to comment.