diff options
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
| -rw-r--r-- | Library/Homebrew/software_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index 6143f23ed..36b085a46 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -79,7 +79,7 @@ end class Bottle < SoftwareSpec attr_rw :root_url, :prefix, :cellar, :revision - def_delegators :@resource, :url= + def_delegators :@resource, :version=, :url= def initialize super |
