Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes introduced in #288 broke this glob pattern: ```ruby bin.install Dir['sloctl-*-0.11.0'].first() => "sloctl" ``` Since this is not a regular expression but a glob pattern, the newly added arch suffix (and the moved OS name) failed to match.
- Loading branch information