aboutsummaryrefslogtreecommitdiff
path: root/libs/git
diff options
context:
space:
mode:
Diffstat (limited to 'libs/git')
-rwxr-xr-xlibs/git2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/git b/libs/git
index 16dd5411..998ceae7 100755
--- a/libs/git
+++ b/libs/git
@@ -249,7 +249,7 @@ git_project_patch_recursive() {
if [[ ${patch##*.} == patch ]]; then
git_patch "$repository_path" "$branch" "$patch"
else
- diff_patch_file "$repository_path" "$patch"
+ diff_patch "$repository_path" "$patch"
fi
done
}