Skip to content

Commit

Permalink
Update Run-AlPipeline.ps1 (#3287)
Browse files Browse the repository at this point in the history
Change mistyped variable

Issue #3286
  • Loading branch information
MattTraxinger committed Jan 5, 2024
1 parent 4e8cc51 commit 05197a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppHandling/Run-AlPipeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@ Write-Host -ForegroundColor Yellow @'
$errorLogFile = Join-Path $appOutputFolder '*.errorLog.json' -Resolve -ErrorAction Ignore
if($errorLogFile) {
Write-Host "Copying error logs to $destFolder"
Copy-Item $errorLogFiles $destFolder -Force
Copy-Item $errorLogFile $destFolder -Force
}
}
}
Expand Down

0 comments on commit 05197a9

Please sign in to comment.