Update Library/Homebrew/cask/audit.rb

This commit is contained in:
Rylan Polster 2021-11-03 21:03:06 -04:00 committed by GitHub
parent 92ef8f5c0d
commit 34204a499b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ module Cask
appcast = online if appcast.nil? # `appcast` is `nil` if neither `--appcast` nor `--no-appcast` are passed appcast = online if appcast.nil? # `appcast` is `nil` if neither `--appcast` nor `--no-appcast` are passed
download = online if download.blank? download = online if download.blank?
odie online
# `new_cask` implies `token_conflicts` # `new_cask` implies `token_conflicts`
token_conflicts = new_cask if token_conflicts.blank? token_conflicts = new_cask if token_conflicts.blank?