Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Due to usage of a symbol instead of a String, we always ended in the `else` case because `os[:family]` is nil. There is also a mix of os.name and os.family, and string comparison is case sensitive in Ruby, so rework the code to do the expected thing.
- Loading branch information