proxb / PoshPAIG

PowerShell UI used for auditing and installing updates from WSUS to local and remote systems
MIT License
207 stars 61 forks source link

Fixes #14 #15

Closed CraigTolley closed 7 years ago

CraigTolley commented 7 years ago

I've fixed bug #14. It was due to a double negative in an if statement causing it to evaluate to false when it should be true. Changed one variable name to save confusion and potential scope issues.

(Had issues with comparison, hence the .gitattributes file, not actually required for the fix)

Craig

proxb commented 7 years ago

Thanks!