8000 Make Exec property internal · libgit2/libgit2sharp@37a3cf1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37a3cf1

Browse files
committed
Make Exec property internal
1 parent 5607562 commit 37a3cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/RebaseStepInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ internal RebaseStepInfo(RebaseStepOperation type, Commit commit, string exec)
3131
/// <summary>
3232
/// Command to execute, if any.
3333
/// </summary>
34-
public virtual string Exec { get; private set; }
34+
internal virtual string Exec { get; private set; }
3535
}
3636
}

0 commit comments

Comments
 (0)
0