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