Skip to content

Commit 0fca9c2

Browse files
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#8)
## Description This pull request makes a minor change to the `scripts/main.ps1` file. The change appears to be the addition of a Unicode Byte Order Mark (BOM) at the beginning of the file, which can help with encoding recognition in some editors and environments.
1 parent 874049e commit 0fca9c2

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(DefaultParameterSetName = 'WorkflowID')]
1+
[CmdletBinding(DefaultParameterSetName = 'WorkflowID')]
22
param(
33
# The ID of the workflow to get the run for.
44
[Parameter()]

0 commit comments

Comments
 (0)