Don't suggest adding appcast if livecheck exists.
This commit is contained in:
parent
3723cd7dec
commit
8fa5a8e832
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user