Skip to content

Commit bba203c

Browse files
committed
Fixes as per PR comments
1 parent b355cd5 commit bba203c

2 files changed

Lines changed: 104 additions & 7 deletions

File tree

DSCResources/DSR_KeyValuePairFile/DSR_KeyValuePairFile.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function Get-TargetResource
4141

4242
$ensure = 'Absent'
4343
$text = $null
44-
$fileEncoding = 'ASCII'
44+
$fileEncoding = $null
4545

4646
if (Test-Path -Path $Path)
4747
{

0 commit comments

Comments
 (0)