From 9e421ee368b08c6fee4995b9d2ce70cbddde08ff Mon Sep 17 00:00:00 2001 From: phinze Date: Fri, 21 Sep 2012 23:04:53 -0500 Subject: [PATCH] ohai the success message --- lib/cask.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cask.rb b/lib/cask.rb index 3e0c093f9..671bcaaf4 100644 --- a/lib/cask.rb +++ b/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