File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ if ($processImages) {
354354
355355# Tidying up
356356Write-Host " `n`n Complete.`n`n Finishing up...`n "
357- $brew | ConvertTo-Json - Depth 99 - Compress | Out-File - Path ($outputPath + $brew._meta.sources [0 ].authors[0 ] + ' ; ' + $brew._meta.sources [0 ].full + ' .json' ) - Encoding utf8
357+ $brew | ConvertTo-Json - Depth 99 | Out-File - Path ($outputPath + $brew._meta.sources [0 ].authors[0 ] + ' ; ' + $brew._meta.sources [0 ].full + ' .json' ) - Encoding utf8
358358if ($needsHuman.tokens.Count -or $needsHuman.images.Count ) {
359359 Write-Warning (" Process completed with " + ($needsHuman.tokens.Count + $needsHuman.images.Count ) + " warnings." )
360360 $logName = $outputPath + ' imager log ' + (Get-Date - UFormat % s) + ' .json'
You can’t perform that action at this time.
0 commit comments