Skip to content

Commit e70eb2c

Browse files
committed
prettier
1 parent bae6640 commit e70eb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

creature-imager.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ if ($processImages) {
354354

355355
# Tidying up
356356
Write-Host "`n`nComplete.`n`nFinishing 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
358358
if ($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'

0 commit comments

Comments
 (0)