e2e: allow file:// repos (missing piece)

This commit is contained in:
Tim Hockin 2023-02-06 17:41:05 -08:00
parent 75ba836f80
commit b3ee55446e
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ function GIT_SYNC() {
-v=6 \
--add-user \
--touch-file="$INTERLOCK" \
--git-config='protocol.file.allow:always' \
"$@"
}