Skip to content
Snippets Groups Projects
Unverified Commit 8fa5a8e8 authored by Markus Reiter's avatar Markus Reiter Committed by Sam Ford
Browse files

Don't suggest adding appcast if livecheck exists.

parent 3723cd7d
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ module Cask
end
def check_hosting_with_appcast
return if cask.appcast
return if cask.appcast || cask.livecheckable?
add_appcast = "please add an appcast. See https://github.com/Homebrew/homebrew-cask/blob/HEAD/doc/cask_language_reference/stanzas/appcast.md"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment