From 8bd422249e645c76b2b9ce14c5bf41cc7d9e69f8 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Thu, 16 Nov 2023 12:04:26 -0600 Subject: [PATCH] Fix Install-Game cmdlet name --- LANCommander.PowerShell/Cmdlets/Install-Game.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LANCommander.PowerShell/Cmdlets/Install-Game.cs b/LANCommander.PowerShell/Cmdlets/Install-Game.cs index ffd4308..fe5ce74 100644 --- a/LANCommander.PowerShell/Cmdlets/Install-Game.cs +++ b/LANCommander.PowerShell/Cmdlets/Install-Game.cs @@ -9,7 +9,7 @@ using System.Windows.Forms; namespace LANCommander.PowerShell.Cmdlets { - [Cmdlet(VerbsLifecycle.Install, "PrimaryDisplay")] + [Cmdlet(VerbsLifecycle.Install, "Game")] [OutputType(typeof(string))] public class InstallGameCmdlet : PSCmdlet {