Skip to content

Commit 4866b5f

Browse files
adityapatwardhanTravisEz13
authored andcommitted
Fix typo on environment checker for RedHat (PowerShell#7549)
1 parent 5232bb4 commit 4866b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function Get-EnvironmentInformation
157157
if( -not(
158158
$environment.IsDebian -or
159159
$environment.IsUbuntu -or
160-
$environmment.IsRedHatFamily -or
160+
$environment.IsRedHatFamily -or
161161
$environment.IsSUSEFamily)
162162
) {
163163
throw "The current OS : $($LinuxInfo.ID) is not supported for building PowerShell."

0 commit comments

Comments
 (0)