Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
imunproductive committed Dec 4, 2023
1 parent 0c6fd61 commit a3a3d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function Copy-Logs {
}

$leagueLogsPath = "$LCU_DIR/Logs/LeagueClient Logs/*"
if (Test-Path $leagueLogsPath)
if (Test-Path $leagueLogsPath) {
$path = "$logsPath/lcu/"
Create-Folder $path
Copy-Item -Force -Recurse -Path $leagueLogsPath -Destination $path
Expand Down

0 comments on commit a3a3d08

Please sign in to comment.