summaryrefslogtreecommitdiff
path: root/builder/builder-source-patch.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-12-15 08:14:20 +0100
committerAlexander Larsson <alexl@redhat.com>2015-12-15 08:14:20 +0100
commitefe378f46ce0c39c1171f7fc1a02a3c7bc9ba119 (patch)
tree250b47fa2d5245a770c1ee441363af002f2ca417 /builder/builder-source-patch.c
parentca06b3e66f9099c8c7ccc22184ba9950a801a984 (diff)
downloadxdg-app-efe378f46ce0c39c1171f7fc1a02a3c7bc9ba119.tar.gz
builder: Fix typo in patch applying
It was using git, not patch
Diffstat (limited to 'builder/builder-source-patch.c')
-rw-r--r--builder/builder-source-patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/builder-source-patch.c b/builder/builder-source-patch.c
index c701518..3f5315d 100644
--- a/builder/builder-source-patch.c
+++ b/builder/builder-source-patch.c
@@ -153,7 +153,7 @@ patch (GFile *dir,
va_list ap;
va_start (ap, error);
- res = xdg_app_spawn (dir, NULL, error, "git", ap);
+ res = xdg_app_spawn (dir, NULL, error, "patch", ap);
va_end (ap);
return res;