Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) Fix fact collection script on Windows
Previously we were directly shelling out to cygwin on Windows boxes, causing the facter command to fail with: bash: facter: command not found Fortunately, there's a helper `facter` method that properly namespaces the executable for the target platform.
- Loading branch information