This commit is contained in:
eric sciple
2025-10-16 22:58:25 +00:00
parent e4894fca20
commit 3292e202f3
2 changed files with 2 additions and 2 deletions

View File

@@ -474,7 +474,7 @@ class GitAuthHelper {
// Remove submodule includeIf
await this.git.submoduleForeach(
`sh -c "git config --local --get-regexp '^includeIf\\.' && git config --local --remove-section includeIf || :"`,
`sh -c "git config --local --get-regexp '^includeif\\.' && git config --local --remove-section includeif || :"`,
true
)