internal_audit_modified_casks: remove appcast

This commit is contained in:
commitay 2018-06-09 15:18:36 +10:00
parent c3ac638b9f
commit 7a48e04d07

View File

@ -1,7 +1,7 @@
module Hbc
class CLI
class InternalAuditModifiedCasks < AbstractInternalCommand
RELEVANT_STANZAS = [:version, :sha256, :url, :appcast].freeze
RELEVANT_STANZAS = [:version, :sha256, :url].freeze
option "--cleanup", :cleanup, false