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) {
354
354
355
355
# Tidying up
356
356
Write-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
358
358
if ($needsHuman.tokens.Count -or $needsHuman.images.Count ) {
359
359
Write-Warning (" Process completed with " + ($needsHuman.tokens.Count + $needsHuman.images.Count ) + " warnings." )
360
360
$logName = $outputPath + ' imager log ' + (Get-Date - UFormat % s) + ' .json'
You can’t perform that action at this time.
0 commit comments