mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 22:09:26 +00:00
small fixes
This commit is contained in:
@@ -171,7 +171,7 @@ function Start-DownloadWithRetry
|
||||
[string] $Name,
|
||||
[int] $retries = 20
|
||||
)
|
||||
$FilePath = Join-Path $DownloadPath "\" $Name
|
||||
$FilePath = Join-Path $DownloadPath $Name
|
||||
#Default retry logic for the package.
|
||||
while($retries -gt 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user