diff options
| author | Markus Reiter | 2017-10-07 15:55:02 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-07 15:55:02 +0200 |
| commit | 62315e93f8b1308fc39bdea3d9dfe36db6e5bede (patch) | |
| tree | 66a4f615ebb3b7ad7d15876b7ea660900e2e75ae /Library | |
| parent | ee6a2c4e9c64b63bd32eff491aa952c4275d339c (diff) | |
| parent | d5cc68fba3a244d96eae1b6dbe0ef91634b2f921 (diff) | |
| download | brew-62315e93f8b1308fc39bdea3d9dfe36db6e5bede.tar.bz2 | |
Merge pull request #3280 from commitay/cask-internal-audit
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 |
