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