From 40f3ca73c4c72d78aaf20a1dfae3edc7ce3830fc Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 22 May 2025 16:59:16 -0400 Subject: [PATCH] Fix mistake in RHEL10 recognition commit --- confluent_server/confluent/osimage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_server/confluent/osimage.py b/confluent_server/confluent/osimage.py index ca1d787b..39cb3810 100644 --- a/confluent_server/confluent/osimage.py +++ b/confluent_server/confluent/osimage.py @@ -625,6 +625,7 @@ def check_rhel(isoinfo): elif 'redhat-release-10' in entry: ver = entry.split('-')[2] arch = entry.split('.')[-2] + break else: if '.discinfo' in isoinfo[1]: prodinfo = isoinfo[1]['.discinfo']