diff --git a/ci/lib/setup-git.sh b/ci/lib/setup-git.sh index 9ec1a98ea..4497f0a7b 100644 --- a/ci/lib/setup-git.sh +++ b/ci/lib/setup-git.sh @@ -6,4 +6,4 @@ export GIT_AUTHOR_EMAIL="198656834+nur-a-bot[bot]@users.noreply.github.com" export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL -git config --global "lfs..locksverify" false +git config --global lfs.locksverify false