Skip to content

Commit

Permalink
fix typo in ProcessHelixFiles (#2959)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahone authored Jul 20, 2020
1 parent ddfba3f commit 725166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Helix/ProcessHelixFiles.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ foreach ($testRun in $testRuns.value)

$destination = "$visualTreeVerificationFolder\$($verificationFile.Name)"
Write-Host "Copying $($verificationFile.Name) to $destination"
$link = "$($masterFile.Link)$accessTokenParam"
$link = "$($verificationFile.Link)$accessTokenParam"
$webClient.DownloadFile($link, $destination)
}

Expand Down

0 comments on commit 725166e

Please sign in to comment.