Fix: Fix Syntax

This commit is contained in:
Nanashi 2022-06-20 17:16:41 +09:00 committed by GitHub
parent f2738ccb35
commit 51ffdcdb1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -369,6 +369,6 @@ class GitAuthHelper {
`git config --local --name-only --get-regexp '${pattern}' && git config --local --unset-all '${configKey}' || :`, `git config --local --name-only --get-regexp '${pattern}' && git config --local --unset-all '${configKey}' || :`,
true true
) )
) }
} }
} }