ci: fix syntax of git --format in run-doxygen.sh

git version 2.31.0 throws fatal error on --format without "="
This commit is contained in:
link2xt
2021-04-11 02:53:05 +03:00
committed by link2xt
parent dfe3cabb14
commit f0bd129636

View File

@@ -3,4 +3,4 @@
set -ex
cd deltachat-ffi
PROJECT_NUMBER=$(git log -1 --format "%h (%cd)") doxygen
PROJECT_NUMBER=$(git log -1 --format="%h (%cd)") doxygen