diff --git a/src/git-auth-helper.ts b/src/git-auth-helper.ts index 888fde1..2cee41c 100644 --- a/src/git-auth-helper.ts +++ b/src/git-auth-helper.ts @@ -369,6 +369,6 @@ class GitAuthHelper { `git config --local --name-only --get-regexp '${pattern}' && git config --local --unset-all '${configKey}' || :`, true ) - ) + } } }