TylerLeonhardt / PSWsl

Interact with WSL over PowerShell!
MIT License
46 stars 2 forks source link

PSWsl assumes more than 1 distro #14

Closed TylerLeonhardt closed 6 years ago

TylerLeonhardt commented 6 years ago
Method invocation failed because [System.Management.Automation.PSCustomObject] does not contain a method named 'Where'.
At C:\Program Files\PowerShell\Modules\PSWsl\0.2.1\PSWsl.psm1:184 char:20
+             return $distributionArray.Where( $Filter )
+                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : InvalidOperation: (Where:String) [], RuntimeException
+ FullyQualifiedErrorId : MethodNotFound
TylerLeonhardt commented 6 years ago

fixed in #16