Skip to content

Commit 285a402

Browse files
xbhouseregexowl
authored andcommitted
Wizard: fix blueprints showing incorrect template versions
1 parent d0a70df commit 285a402

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Utilities/releaseToVersion.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
import { CENTOS_9, RHEL_8, RHEL_9 } from '../constants';
1+
import { CENTOS_9, RHEL_8, RHEL_9, RHEL_10 } from '../constants';
22

33
export const releaseToVersion = (release: string) => {
44
switch (release) {
5+
case RHEL_10:
6+
return '10';
57
case RHEL_9:
68
return '9';
79
case RHEL_8:

0 commit comments

Comments
 (0)