Skip to content

Commit

Permalink
Typo and Log file enconding
Browse files Browse the repository at this point in the history
  • Loading branch information
Rouzax committed Oct 28, 2021
1 parent 635e5eb commit 1274d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TorrentScript.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -912,12 +912,12 @@ function Format-Table {
}
}

function WriteLog {
function Write-Log {
param (
[Parameter(Mandatory = $true)]
[string] $LogFile
)
Set-Content -Path $LogFile -Encoding Unicode -Value $global:Log
Set-Content -Path $LogFile -Value $global:Log

}

Expand Down

0 comments on commit 1274d01

Please sign in to comment.