Skip to content

Commit

Permalink
Fixing Rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejfuhrer committed Feb 10, 2024
1 parent 4204505 commit b9fae85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bcu/command/upgrade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def include_mas_applications(installed)
mac_apps.each do |app|
data = app.split(/^(\d+)\s+(.+)\s+\((.+)\)$/)
next if data[2].nil?

token = data[2].downcase.strip
new_version = mas_outdated[token]
mas_cask = {
Expand Down

0 comments on commit b9fae85

Please sign in to comment.