fix(audit): update renamed token_conflicts argument (#83238)

This commit is contained in:
Jean-Charles Sisk 2020-05-26 22:08:54 -04:00 committed by GitHub
parent ff0c3165e6
commit b67adc4e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ module Cask
overall_success &= step "brew cask audit #{cask.token}", "audit" do
Auditor.audit(cask, audit_download: true,
audit_appcast: true,
check_token_conflicts: added_cask_files.include?(path),
audit_token_conflicts: added_cask_files.include?(path),
commit_range: @commit_range)
end