From e49b322ec06fa691601097a04f6f638b63a480bf Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 25 Aug 2026 13:41:20 +1000 Subject: [PATCH] chore(git-provider): Rename class to match file name --- src/PowershellModule/Git/Commands/GetGitRepoCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PowershellModule/Git/Commands/GetGitRepoCommand.cs b/src/PowershellModule/Git/Commands/GetGitRepoCommand.cs index 1859375..206f40d 100644 --- a/src/PowershellModule/Git/Commands/GetGitRepoCommand.cs +++ b/src/PowershellModule/Git/Commands/GetGitRepoCommand.cs @@ -4,7 +4,7 @@ using ModuleCore.Git; namespace PowershellModule.Git.Commands; [Cmdlet(VerbsCommon.Get, GitCommands.GitRepoNoun)] -public class ListGitRepoCommand : PSCmdlet +public class GetGitRepoCommand : PSCmdlet { protected override void BeginProcessing() {