From b372cf8087060f0e77001afd27946127a93d7183 Mon Sep 17 00:00:00 2001 From: pblivingston <71585805+pblivingston@users.noreply.github.com> Date: Tue, 25 Nov 2025 15:59:39 -0500 Subject: [PATCH] Update command.ps1 forgot to pass to base --- lib/command.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command.ps1 b/lib/command.ps1 index 94192c1..4f1e3c3 100644 --- a/lib/command.ps1 +++ b/lib/command.ps1 @@ -1,5 +1,5 @@ class Special : IRemote { - Special ([Object]$remote) { + Special ([Object]$remote) : base ($remote) { AddActionMembers -PARAMS @('restart', 'shutdown', 'show') }