Skip to content

Commit

Permalink
Fix for the issue dsccommunity#332.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Erman authored and Konstantin Erman committed Apr 23, 2018
1 parent d022234 commit b3134e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DSCResources/MSFT_xWebsite/MSFT_xWebsite.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,7 @@ function ConvertTo-WebBinding
$certificateStoreName = $binding.CertificateStoreName
}

$certificateHash = $null
if ($FindCertificateSplat)
{
$FindCertificateSplat.Add('Store',$CertificateStoreName)
Expand Down

1 comment on commit b3134e5

@konste
Copy link
Owner

@konste konste commented on b3134e5 Apr 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One test is failing, but it is not caused by my change. It is separate issue dsccommunity#302

Please sign in to comment.