Fix Install-Game cmdlet name

This commit is contained in:
Pat Hartl 2023-11-16 12:04:26 -06:00
parent 26f03f61fc
commit 8bd422249e

View file

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