using git config diff.tool as difftool
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
Christophe Nanteuil 2023-05-14 15:05:12 +02:00
parent 8c1b42667e
commit e845e43847
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ trap 'rm --force --recursive "$TMP_DIR"' EXIT
PO_EDITOR=$(which poedit)
DIFFTOOL=$(which meld)
DIFFTOOL=$(git config diff.tool)
PO_FILE=$1
# search for revs where fuzzy was added or suppressed