This commit is contained in:
Alexander (Sasha) Nosov
2024-06-12 23:41:11 -07:00
committed by GitHub
parent 01020de8cb
commit 58a15954a2
@@ -11,7 +11,7 @@ param (
[Parameter (Mandatory= $true)]
[string] $LicenseId,
[Parameter (Mandatory= $true)]
[string] $UseInRunbook
[bool] $UseInRunbook
)
function CheckModule ($m) {