mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
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:
@@ -3,4 +3,4 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
cd deltachat-ffi
|
cd deltachat-ffi
|
||||||
PROJECT_NUMBER=$(git log -1 --format "%h (%cd)") doxygen
|
PROJECT_NUMBER=$(git log -1 --format="%h (%cd)") doxygen
|
||||||
|
|||||||
Reference in New Issue
Block a user