We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cf284 commit 813387fCopy full SHA for 813387f
src/utils.ts
@@ -73,7 +73,7 @@ export function getSupportedPlatform() {
73
return SupportedPlatform.Fedora;
74
case 'opensuse':
75
return SupportedPlatform.OpenSUSE;
76
- case 'rehl':
+ case 'rhel':
77
return SupportedPlatform.RHEL;
78
case 'debian':
79
return SupportedPlatform.Debian;
0 commit comments