From 66d05ef9a5e6d526fbf928f5e45d6779bfff6a92 Mon Sep 17 00:00:00 2001 From: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com> Date: Sat, 7 Dec 2024 14:02:06 +0100 Subject: [PATCH] Removed orphan parameter Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com> --- shell/navi.plugin/navi.plugin.psm1 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/shell/navi.plugin/navi.plugin.psm1 b/shell/navi.plugin/navi.plugin.psm1 index 7c02d10..bce8b92 100644 --- a/shell/navi.plugin/navi.plugin.psm1 +++ b/shell/navi.plugin/navi.plugin.psm1 @@ -6,12 +6,7 @@ param ( ### Be sure to disable Verbose output before calling any other shell modules or scripts. [Parameter()] [bool] - $VerboseOutput, - - # Should the function be invoked when called? - [Parameter()] - [bool] - $Invoke + $VerboseOutput ) if ($VerboseOutput) {