Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 168844d

Browse files
committed
Add OL7 support to SSGIntegrationDialog
Signed-off-by: Ilya Okomin <[email protected]>
1 parent bcf7e9b commit 168844d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SSGIntegrationDialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ void SSGIntegrationDialog::scrapeSSGVariants()
111111

112112
bool favorite = false;
113113
// Make the label nicer for known variants
114-
if (label.startsWith("rhel"))
114+
if (label.startsWith("rhel") || label.startsWith("ol"))
115115
{
116-
// use RHEL instead of rhel
116+
// use RHEL instead of rhel and OL instead of ol
117117
label = name.toUpper();
118118
favorite = true;
119119
}

0 commit comments

Comments
 (0)