Skip to content

Commit

Permalink
cask: remove unneeded namespace.
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Reiter <[email protected]>
  • Loading branch information
MikeMcQuaid and reitermarkus authored Mar 6, 2024
1 parent 178b930 commit 91fd5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cask/cask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def to_hash_with_variations
def bundle_version
@bundle_version ||= if (bundle = artifacts.find { |a| a.is_a?(Artifact::App) }&.target) &&
(plist = Pathname("#{bundle}/Contents/Info.plist")) && plist.exist?

Check warning on line 407 in Library/Homebrew/cask/cask.rb

View check run for this annotation

Codecov / codecov/patch

Library/Homebrew/cask/cask.rb#L407

Added line #L407 was not covered by tests
::Homebrew::BundleVersion.from_info_plist(plist)
Homebrew::BundleVersion.from_info_plist(plist)
end
end

Expand Down

0 comments on commit 91fd5e2

Please sign in to comment.