fixed diffmerge path

This commit is contained in:
tmont 2018-12-04 14:01:07 -08:00
parent cb530888ee
commit c873b524c9

View File

@ -20,4 +20,4 @@
tool = diffmerge
[mergetool "diffmerge"]
trustExitCode = true
cmd = /usr/local/bin/diffmerge --merge --result="$MERGED" "$LOCAL" "$BASE" "$REMOTE"
cmd = /Applications/DiffMerge.app/Contents/Resources/diffmerge.sh --merge --result="$MERGED" "$LOCAL" "$BASE" "$REMOTE"