Skip to content

Commit 7468526

Browse files
committed
Minor fix
1 parent 4252d55 commit 7468526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/Repository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ private static string PathFromRevparseSpec(string spec)
469469

470470
internal GitObject Lookup(string objectish, GitObjectType type, LookUpOptions lookUpOptions)
471471
{
472-
Ensure.ArgumentNotNullOrEmptyString(objectish, "commitOrBranchSpec");
472+
Ensure.ArgumentNotNullOrEmptyString(objectish, "objectish");
473473

474474
GitObject obj;
475475
using (GitObjectSafeHandle sh = Proxy.git_revparse_single(handle, objectish))

0 commit comments

Comments
 (0)