bottle: fix default Cellar output.
This commit is contained in:
parent
f218e87e32
commit
3de941f7c8
@ -21,7 +21,7 @@ BOTTLE_ERB = <<-EOS
|
||||
<% end %>
|
||||
<% if cellar.is_a? Symbol %>
|
||||
cellar :<%= cellar %>
|
||||
<% elsif cellar.to_s != '/usr/local' %>
|
||||
<% elsif cellar.to_s != '/usr/local/Cellar' %>
|
||||
cellar '<%= cellar %>'
|
||||
<% end %>
|
||||
<% if revision > 0 %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user