From ad07d91de7d5ee2ba7902f2a89b3299b88e2ab0e Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 16 Aug 2018 16:11:52 -0700 Subject: [PATCH] Fix typo in environment checker --- build.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.psm1 b/build.psm1 index 57e56a06197..722b2cdb812 100644 --- a/build.psm1 +++ b/build.psm1 @@ -158,7 +158,7 @@ function Get-EnvironmentInformation $environment.IsDebian -or $environment.IsUbuntu -or $environmment.IsRedHatFamily -or - $environmment.IsSUSEFamily) + $environment.IsSUSEFamily) ) { throw "The current OS : $($LinuxInfo.ID) is not supported for building PowerShell." }