Skip to content

Commit 813387f

Browse files
tanaka-takayoshiDustinCampbell
authored andcommitted
Fixed typo.
Red Hat Enterprise Linux.
1 parent d1cf284 commit 813387f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function getSupportedPlatform() {
7373
return SupportedPlatform.Fedora;
7474
case 'opensuse':
7575
return SupportedPlatform.OpenSUSE;
76-
case 'rehl':
76+
case 'rhel':
7777
return SupportedPlatform.RHEL;
7878
case 'debian':
7979
return SupportedPlatform.Debian;

0 commit comments

Comments
 (0)