From c98200392d542a35b462bd50413524277444f5c8 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Wed, 25 Mar 2020 15:08:45 -0400 Subject: [PATCH] . --- src/git-auth-helper.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/git-auth-helper.ts b/src/git-auth-helper.ts index 78dc625..92763b8 100644 --- a/src/git-auth-helper.ts +++ b/src/git-auth-helper.ts @@ -33,11 +33,11 @@ export function createAuthHelper( class GitAuthHelper { private readonly git: IGitCommandManager private readonly settings: IGitSourceSettings - private readonly tokenConfigKey: string // = `http.https://${HOSTNAME}/.extraheader` + private readonly tokenConfigKey: string private readonly tokenConfigValue: string private readonly tokenPlaceholderConfigValue: string - private readonly insteadOfKey: string // = `url.https://${HOSTNAME}/.insteadOf` - private readonly insteadOfValue: string //= `git@${HOSTNAME}:` + private readonly insteadOfKey: string + private readonly insteadOfValue: string private sshCommand = '' private sshKeyPath = '' private sshKnownHostsPath = ''