Temp change default

This commit is contained in:
Alexander (Sasha) Nosov
2024-06-12 18:07:19 -07:00
committed by GitHub
parent e0eb733357
commit a776aecadf
@@ -11,7 +11,7 @@ param (
[Parameter (Mandatory= $true)]
[string] $LicenseId,
[Parameter (Mandatory= $false)]
[string] $UseInRunbook = $true
[string] $UseInRunbook = $false
)
function CheckModule ($m) {