Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 2f13d62

Browse files
committed
ClonePath -> CloneUri
1 parent e3f8114 commit 2f13d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Exports/Services/IGitService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public interface IGitService
1515
ILocalRepositoryModel CreateLocalRepositoryModel(string localPath);
1616

1717
/// <summary>
18-
/// Updates the ClonePath information based on the local path
18+
/// Updates the CloneUrl information based on the local path.
1919
/// </summary>
2020
/// <param name="localRepositoryModel">The repository model to refresh.</param>
2121
void Refresh(ILocalRepositoryModel localRepositoryModel);

0 commit comments

Comments
 (0)