diff options
| -rw-r--r-- | Library/Homebrew/patches.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/patches.rb b/Library/Homebrew/patches.rb index a671782bc..6c71ac190 100644 --- a/Library/Homebrew/patches.rb +++ b/Library/Homebrew/patches.rb @@ -60,6 +60,8 @@ class Patch # Used by formula to unpack after downloading attr_reader :compression attr_reader :compressed_filename + # Used by audit + attr_reader :url def initialize patch_p, filename, url @patch_p = patch_p |
