bottle: fix default Cellar output.

This commit is contained in:
Mike McQuaid 2013-09-23 17:30:33 +01:00
parent f218e87e32
commit 3de941f7c8

View File

@ -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 %>