Skip to content

Commit 76503aa

Browse files
authored
Update Update-ToolkitMetadata.ps1
1 parent ef1ff24 commit 76503aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Update-ToolkitMetadata.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ Get-ChildItem -Path $WorkFolder -Include $executableExtensions -Recurse -File -D
3838
$vtReport = "https://www.virustotal.com/gui/file/$hash"
3939
$metadata.ExecutableFiles += [PSCustomObject]@{Alg = $alg; Hash = $hash; FileName = $fName; VirusTotalScanReportURL = $vtReport }
4040
}
41-
$metadata | ConvertTo-Json -Compress -Depth 100 | Out-File -FilePath $MetadataFile -Encoding "utf8"
42-
Write-Host "[+] File updated." -ForegroundColor Yellow
41+
$metadata | ConvertTo-Json -Depth 100 | Out-File -FilePath $MetadataFile -Encoding "utf8"
42+
Write-Host "[+] File updated." -ForegroundColor Yellow

0 commit comments

Comments
 (0)