Skip to content

Commit

Permalink
remove wrong output
Browse files Browse the repository at this point in the history
  • Loading branch information
Steamo committed Mar 29, 2024
1 parent f5d73bd commit 9c83ffd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion injector.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function Download-And-Extract-Repo {
$extractPath = Join-Path -Path $env:TEMP -ChildPath ([System.IO.Path]::GetRandomFileName())
# Extract the ZIP file
Expand-Archive -LiteralPath $downloadPath -DestinationPath $extractPath
Write-Host "Download..."

$unknownSubDir = Get-ChildItem -Path $extractPath -Directory | Select-Object -First 1
Write-Host "Found subdirectory: $($unknownSubDir.FullName)"
Expand Down

0 comments on commit 9c83ffd

Please sign in to comment.