Skip to content
Commit db37e555 authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Fix errors when comparing directories with non-directories. (Closes: #835641)



We now display a nicer diff such as:

  --- /etc/cron.d/
  +++ /etc/fstab
  @@ -1 +1 @@
  -type: directory
  +type: file

Signed-off-by: Chris Lamb's avatarChris Lamb <lamby@debian.org>
parent c6f2be2b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment