Switched order of symlink diff.
This commit is contained in:
@@ -10,8 +10,8 @@ class Homesick < Thor
|
|||||||
destination = Pathname.new(destination)
|
destination = Pathname.new(destination)
|
||||||
|
|
||||||
if destination.symlink?
|
if destination.symlink?
|
||||||
say "+ #{content.expand_path}", :green, true
|
|
||||||
say "- #{destination.readlink}", :red, true
|
say "- #{destination.readlink}", :red, true
|
||||||
|
say "+ #{content.expand_path}", :green, true
|
||||||
else
|
else
|
||||||
super
|
super
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user