diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_support.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb index 540d2db71..30cbee4e8 100644 --- a/Library/Homebrew/formula_support.rb +++ b/Library/Homebrew/formula_support.rb @@ -7,6 +7,7 @@ class SoftwareSpec def initialize url=nil, version=nil @url = url @version = version + @mirrors = [] end # Was the version defined in the DSL, or detected from the URL? |
