Switched order of symlink diff.

This commit is contained in:
Joshua Nichols
2010-03-10 10:37:15 -05:00
parent 8c1a1b8541
commit ec9948ae52

View File

@@ -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