Using verbose output

This commit is contained in:
Samuel Vasko 2014-04-28 13:21:03 +02:00
parent 9ce90d337b
commit c032b5f8a0

View File

@ -52,7 +52,7 @@ Ensure-Exists $sourcesPath
Ensure-Executable "7z"
foreach ($s in $sources) {
Write-Output "Getting $($s.name) from URL $($s.url)"
Write-Verbose "Getting $($s.name) from URL $($s.url)"
# We do not care about the extensions/type of archive
$tempArchive = "$($s.name).tmp"