Skip to content

Commit 2049680

Browse files
author
Friedrich Weinmann
committed
Fixed failing binary data
1 parent 8b43816 commit 2049680

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PSModuleDevelopment/functions/templating/New-PSMDTemplate.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@
505505
{
506506
$bytes = [System.IO.File]::ReadAllBytes($Item.FullName)
507507
$object.Value = [System.Convert]::ToBase64String($bytes)
508+
$object.PlainText = $false
508509
}
509510
#endregion File Content
510511
}

0 commit comments

Comments
 (0)