diff --git a/discord/report_new_matches.ps1 b/discord/report_new_matches.ps1 index bebe835..483146d 100644 --- a/discord/report_new_matches.ps1 +++ b/discord/report_new_matches.ps1 @@ -1,6 +1,4 @@ - - -if ($PSScriptRoot.length -eq 0) { +if ($PSScriptRoot.length -eq 0) { $scriptroot = Get-Location } else { @@ -8,7 +6,6 @@ else { } $logprefix = get-date -Format ddMMyyy_HHmmss -#up Start-Transcript -Path "$scriptroot/../logs/report_new_matches_$logprefix.log" -Append . $scriptroot\..\includes\ps1\lockfile.ps1