diff options
| -rwxr-xr-x | Library/Contributions/cmds/brew-linkapps.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Contributions/cmds/brew-linkapps.rb b/Library/Contributions/cmds/brew-linkapps.rb index 5a36bb4d1..92e1f6890 100755 --- a/Library/Contributions/cmds/brew-linkapps.rb +++ b/Library/Contributions/cmds/brew-linkapps.rb @@ -29,3 +29,5 @@ HOMEBREW_CELLAR.subdirs.each do |keg| end end end + +puts "Finished linking. Find the links under ~/Applications." |
