Skip to content

Commit 35df533

Browse files
committed
Fix error in document section
1 parent e4f54ba commit 35df533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Private/Get-AbrHRZHCLicenseService.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function Get-AbrHRZHCLicenseService {
4141
$textInfo = $culture.TextInfo
4242
$properCaseLicensedEditionEdited = $textInfo.ToTitleCase($LicensedEditionEdited.ToLower())
4343

44-
$ProductLicenseingInfo.Licensed
44+
# $ProductLicenseingInfo.Licensed
4545
if ($ProductLicenseingInfo.Licensed -eq $true) {
4646
$LicStatus = "Okay"
4747
} else {

0 commit comments

Comments
 (0)