diff --git a/common-helpers.psm1 b/common-helpers.psm1 index cbc7665..4d3d3f1 100644 --- a/common-helpers.psm1 +++ b/common-helpers.psm1 @@ -81,5 +81,5 @@ function IsNixPlatform { [String]$Platform ) - return ($Platform -match "macos") -or ($Platform -match "ubuntu") -or ($Platform -match "linux") -} \ No newline at end of file + return ($Platform -match "macos") -or ($Platform -match "darwin") -or ($Platform -match "ubuntu") -or ($Platform -match "linux") +}