From 1312196d89d650fdfb8f7af57b2725129fd42420 Mon Sep 17 00:00:00 2001 From: Keith Bauson Date: Thu, 4 Dec 2025 12:25:46 -0500 Subject: [PATCH] format --- src/git-auth-helper.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/git-auth-helper.ts b/src/git-auth-helper.ts index 7c18894..60cd41f 100644 --- a/src/git-auth-helper.ts +++ b/src/git-auth-helper.ts @@ -367,7 +367,9 @@ class GitAuthHelper { ) } else { // Host git directory - let gitDir = fs.realpathSync(path.join(this.git.getWorkingDirectory(), '.git')) + let gitDir = fs.realpathSync( + path.join(this.git.getWorkingDirectory(), '.git') + ) gitDir = gitDir.replace(/\\/g, '/') // Use forward slashes, even on Windows // Configure host includeIf