Skip to content

Commit 5c58aa3

Browse files
author
Igor Abade V. Leite
committed
Change the Commit property to string
1 parent 88b84b7 commit 5c58aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CSharp/TfsCmdlets/Cmdlets/Git/Item/GetGitItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ partial class GetGitItem
2323
/// Specifies the hash (SHA) representing the version of the item(s) to retrieve.
2424
/// </summary>
2525
[Parameter(ParameterSetName = "Get by commit SHA")]
26-
public object Commit { get; set; }
26+
public string Commit { get; set; }
2727

2828
/// <summary>
2929
/// Specifies the tag representing the version of the item(s) to retrieve.

0 commit comments

Comments
 (0)