chore(git-provider): Rename class to match file name

This commit is contained in:
Scott 2026-08-25 13:41:20 +10:00
commit e49b322ec0

View file

@ -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()
{ {