Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltoken committed Aug 27, 2014
1 parent 4252d55 commit 7468526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibGit2Sharp/Repository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ private static string PathFromRevparseSpec(string spec)

internal GitObject Lookup(string objectish, GitObjectType type, LookUpOptions lookUpOptions)
{
Ensure.ArgumentNotNullOrEmptyString(objectish, "commitOrBranchSpec");
Ensure.ArgumentNotNullOrEmptyString(objectish, "objectish");

GitObject obj;
using (GitObjectSafeHandle sh = Proxy.git_revparse_single(handle, objectish))
Expand Down

0 comments on commit 7468526

Please sign in to comment.