diff --git a/lib/homesick.rb b/lib/homesick.rb index ed435ec..bc25771 100644 --- a/lib/homesick.rb +++ b/lib/homesick.rb @@ -10,8 +10,8 @@ class Homesick < Thor destination = Pathname.new(destination) if destination.symlink? - say "+ #{content.expand_path}", :green, true say "- #{destination.readlink}", :red, true + say "+ #{content.expand_path}", :green, true else super end