Differences
This shows you the differences between the selected revisions of the page.
2017-10-03 | 2017-10-03 | ||
using variable expansion in strings in powershell (martin) | escape : (martin) | ||
Line 61: | Line 61: | ||
else | else | ||
{ | { | ||
- | Write-Host "Error downloading file $remotePath: $($transferResult.Failures[0])" | + | Write-Host "Error downloading file ${remotePath}: $($transferResult.Failures[0])" |
$checksum = $False | $checksum = $False | ||
} | } |