Removed orphan parameter

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
alexis-opolka 2024-12-07 14:02:06 +01:00
parent a89116c8f2
commit 66d05ef9a5

View file

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