Skip to content

Commit

Permalink
developer/bin/find-appcast: fix RuboCop style.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jul 27, 2020
1 parent 53f64b8 commit 20603e0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions developer/bin/find-appcast
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@ def find_electron_builder(app)
appcast.gsub(%r{(?<!:)/{2,}}, "/")
end

unless verify_appcast("electron-builder", *possible_appcasts)
warn <<~MESSAGE
return if verify_appcast("electron-builder", *possible_appcasts)

An "app-update.yml" file was found, but we could not parse it.
Please report this on https://github.com/Homebrew/homebrew-cask/
Provide this info:
warn <<~MESSAGE
MESSAGE
An "app-update.yml" file was found, but we could not parse it.
Please report this on https://github.com/Homebrew/homebrew-cask/
Provide this info:
puts appcast_file.read
end
MESSAGE

puts appcast_file.read
end

App = Pathname(ARGV[0]).freeze
Expand Down

0 comments on commit 20603e0

Please sign in to comment.