small fixes

This commit is contained in:
Dariy.Nurgaleev
2020-03-20 01:54:56 +07:00
parent 33fd9bde2e
commit 1efd5a626f
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
{