Skip to content

Commit cbf3e9f

Browse files
authoredApr 19, 2023
Merge pull request #63 from orhun/parse-submodules/update-git-command
parse-submodules: update the git submodule command
2 parents 9de95da + ea71b93 commit cbf3e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package/parse-submodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ done
453453
# print sorted for consistency and more readable diffs
454454
LC_ALL="${__ENV_LC_ALL}" sort "${outgitconffile}" >>"${outfile}"
455455
echo '
456-
git submodule update --init --recursive
456+
git -c protocol.file.allow=always submodule update --init --recursive
457457
}' >>"${outfile}"
458458

459459
cat "${outfile}"

0 commit comments

Comments
 (0)