keg.rb: minor comment fix

This commit is contained in:
Samuel John 2013-06-06 16:50:19 +02:00
parent 031a0ae54e
commit 20ac914112

View File

@ -206,7 +206,7 @@ class Keg < Pathname
end
end
# symlinks the contents of self+foo recursively into /usr/local/foo
# symlinks the contents of self+foo recursively into #{HOMEBREW_PREFIX}/foo
def link_dir foo, mode=OpenStruct.new
root = self+foo
return unless root.exist?