versions: use path attribute instead of reconstructing it

This commit is contained in:
Jack Nagel 2014-05-28 12:57:39 -05:00
parent ecc01317b8
commit 22e3e6c1e6

View File

@ -58,7 +58,7 @@ class Formula
if Pathname.pwd == repository
entry_name
else
repository/"#{entry_name}"
path
end
end