Skip to content

Commit

Permalink
Merge pull request #1550 from gibfahn/full_name_linked
Browse files Browse the repository at this point in the history
Use full names for linked and keg_only checks
  • Loading branch information
MikeMcQuaid authored Jan 3, 2025
2 parents 4bb232b + 9dfc103 commit 9331765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bundle/brew_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ def installed?
end

def linked?
Formula[@name].linked?
Formula[@full_name].linked?
end

def keg_only?
Formula[@name].keg_only?
Formula[@full_name].keg_only?
end

def unlinked_and_keg_only?
Expand Down

0 comments on commit 9331765

Please sign in to comment.