chore(git-provider): Rename class to match file name
This commit is contained in:
parent
50752c0699
commit
e49b322ec0
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ using ModuleCore.Git;
|
||||||
namespace PowershellModule.Git.Commands;
|
namespace PowershellModule.Git.Commands;
|
||||||
|
|
||||||
[Cmdlet(VerbsCommon.Get, GitCommands.GitRepoNoun)]
|
[Cmdlet(VerbsCommon.Get, GitCommands.GitRepoNoun)]
|
||||||
public class ListGitRepoCommand : PSCmdlet
|
public class GetGitRepoCommand : PSCmdlet
|
||||||
{
|
{
|
||||||
protected override void BeginProcessing()
|
protected override void BeginProcessing()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue