Skip to content

Commit 335ed28

Browse files
🩹 [Patch]: Enhance user feedback in Git configuration by including installation name in the confirmation prompt
1 parent 695c1c9 commit 335ed28

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
@@ -56,7 +56,7 @@
5656
$hostName = $Context.HostName
5757
$installationName = $Context.InstallationName
5858

59-
if ($PSCmdlet.ShouldProcess("$Name", 'Set Git configuration')) {
59+
if ($PSCmdlet.ShouldProcess("$username on $installationName", 'Set Git configuration')) {
6060
$git = 'git'
6161
@(
6262
@('config', '--local', 'user.name', "$username"),

0 commit comments

Comments
 (0)