Skip to content

Commit 42a8701

Browse files
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#16)
## Description This pull request makes a minor change to the `scripts/main.ps1` file by adding a Unicode Byte Order Mark (BOM) at the beginning of the file. This can help ensure proper encoding detection on some systems.
1 parent 32ca74a commit 42a8701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[CmdletBinding()]
1+
[CmdletBinding()]
22
param()
33

44
Install-PSResource -Repository PSGallery -TrustRepository -Name Net

0 commit comments

Comments
 (0)