diff options
Diffstat (limited to 'Library/Homebrew/utils.rb')
| -rw-r--r-- | Library/Homebrew/utils.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 5438f937f..cb0f6fb34 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -308,8 +308,6 @@ module GitHub extend self # formula in it. Which for stuff like objective-caml is unlikely. So we # really should search for aliases too. - name = f.name if Formula === name - # don't include issues that just refer to the tool in their body issues_matching(name).select { |issue| issue["state"] == "open" && issue["title"].include?(name) |
