summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-diff.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-03-12 08:47:11 -0400
committerColin Walters <walters@verbum.org>2013-03-12 08:48:05 -0400
commitae3945210c5b420f40632cf5f05bd6d6ea898813 (patch)
tree1205a9bd7ccf13d369222fe49cdfd0b886b0b2a4 /src/ostree/ot-builtin-diff.c
parentd6d2253f5a41145ed4ed008150bca38c2a8f6b0a (diff)
downloadostree-ae3945210c5b420f40632cf5f05bd6d6ea898813.tar.gz
config-diff: Properly print files relative to root
Just less ugly.
Diffstat (limited to 'src/ostree/ot-builtin-diff.c')
-rw-r--r--src/ostree/ot-builtin-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-diff.c b/src/ostree/ot-builtin-diff.c
index d3bd17c2..daa544ed 100644
--- a/src/ostree/ot-builtin-diff.c
+++ b/src/ostree/ot-builtin-diff.c
@@ -122,7 +122,7 @@ ostree_builtin_diff (int argc, char **argv, GFile *repo_path, GError **error)
if (!ostree_diff_dirs (srcf, targetf, modified, removed, added, cancellable, error))
goto out;
- ostree_diff_print (targetf, modified, removed, added);
+ ostree_diff_print (srcf, targetf, modified, removed, added);
ret = TRUE;
out: