Skip to content

Commit

Permalink
Add back line, this is part of another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmestre committed Nov 13, 2024
1 parent c74fa66 commit 3295f38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ function Get-TargetResource

if ($currentomaSettings.isEncrypted -eq $true)
{
write-verbose ("IsEncrypted = true -- $($currentomaSettings.displayName)")
$SecretReferenceValueId = $currentomaSettings.secretReferenceValueId
$OmaSettingPlainTextValue = Get-OmaSettingPlainTextValue -SecretReferenceValueId $SecretReferenceValueId
if (![String]::IsNullOrEmpty($OmaSettingPlainTextValue))
Expand Down

0 comments on commit 3295f38

Please sign in to comment.