Skip to content

Commit 61f2953

Browse files
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#55)
## Description This pull request makes a minor change to the `scripts/main.ps1` file. It updates the file to include a Unicode Byte Order Mark (BOM) at the beginning, which can help with encoding detection in some editors and environments.
1 parent 6c3988e commit 61f2953

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
$retryCount = 5

0 commit comments

Comments
 (0)