diff options
| author | Max Howell | 2011-08-21 14:29:48 +0100 |
|---|---|---|
| committer | Max Howell | 2011-08-22 10:26:01 +0100 |
| commit | 471dc987e55cf03091804d12b30e404ec650f76b (patch) | |
| tree | 636fd44e6339f7173284b89c057e52e855563b2b /Library/Homebrew/cmd/link.rb | |
| parent | 79d78bf93325cf069bd6e2dc1a3ac0d574660419 (diff) | |
| download | brew-471dc987e55cf03091804d12b30e404ec650f76b.tar.bz2 | |
Specify that they are symlinks
Diffstat (limited to 'Library/Homebrew/cmd/link.rb')
| -rw-r--r-- | Library/Homebrew/cmd/link.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/link.rb b/Library/Homebrew/cmd/link.rb index 5565309e2..d188f7d1a 100644 --- a/Library/Homebrew/cmd/link.rb +++ b/Library/Homebrew/cmd/link.rb @@ -2,7 +2,7 @@ module Homebrew extend self def link ARGV.kegs.each do |keg| print "Linking #{keg}... " - puts "#{keg.link} links created" + puts "#{keg.link} symlinks created" end end end |
