From ec9948ae52488ea462b2a8766b4e092c84d782b8 Mon Sep 17 00:00:00 2001 From: Joshua Nichols Date: Wed, 10 Mar 2010 10:37:15 -0500 Subject: [PATCH] Switched order of symlink diff. --- lib/homesick.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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