Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 0f83c8c

Browse files
Fixing format string
1 parent b0485f4 commit 0f83c8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitHub.Api/Git/Repository.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ public ConfigRemote? CurrentRemote
240240
Name,
241241
CloneUrl,
242242
LocalPath,
243-
GetHashCode());
243+
CurrentBranch,
244+
CurrentRemote);
244245

245246
public GitStatus CurrentStatus
246247
{

0 commit comments

Comments
 (0)