diff options
| author | commitay | 2017-10-07 12:53:07 +1000 |
|---|---|---|
| committer | commitay | 2017-10-07 12:53:07 +1000 |
| commit | d5cc68fba3a244d96eae1b6dbe0ef91634b2f921 (patch) | |
| tree | 978f537d92423b03a642c37aed95a6f6b474e4d3 /Library | |
| parent | 8f43d6b9f77b0ec50a0d891851bc844661e64fff (diff) | |
| download | brew-d5cc68fba3a244d96eae1b6dbe0ef91634b2f921.tar.bz2 | |
InternalAuditModifiedCask: audit renamed Casks
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/internal_audit_modified_casks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/internal_audit_modified_casks.rb b/Library/Homebrew/cask/lib/hbc/cli/internal_audit_modified_casks.rb index 3673a5391..b83224fb1 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/internal_audit_modified_casks.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/internal_audit_modified_casks.rb @@ -59,7 +59,7 @@ module Hbc end def modified_cask_files - @modified_cask_files ||= git_filter_cask_files("AM") + @modified_cask_files ||= git_filter_cask_files("AMR") end def added_cask_files |
