Skip to content

Commit 3667ca8

Browse files
🩹 [Patch]: Comment out unused sshUser assignment for clarity
1 parent cb69947 commit 3667ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions/public/Git/Set-GitHubGitConfig.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
$token = $Context.Token | ConvertFrom-SecureString -AsPlainText
5656
$hostName = $Context.HostName
5757
$installationName = $Context.InstallationName
58-
$sshUser = $Context.Enterprise ?? 'git'
58+
# $sshUser = $Context.Enterprise ?? 'git'
5959

6060
if ($PSCmdlet.ShouldProcess("$username on $installationName", 'Set Git configuration')) {
6161
$git = 'git'

0 commit comments

Comments
 (0)