diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/bottles.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index e043df2b0..33a4f859d 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -2,6 +2,8 @@ require 'tab' require 'macos' require 'extend/ARGV' +# TODO: use options={} for some arguments. + def bottle_filename f, bottle_revision=nil name = f.name.downcase version = f.stable.version |
