Browse Source

ohai the success message

phinze 13 years ago
parent
commit
9e421ee368
  1. 2
      lib/cask.rb

2
lib/cask.rb

@ -86,7 +86,7 @@ class Cask
puts `ditto #{mountpoint} #{destination_path}`
end
puts "Success! #{self} installed to #{destination_path}"
ohai "Success! #{self} installed to #{destination_path}"
end
def linkapps

Loading…
Cancel
Save