Skip to content

Commit 9784acd

Browse files
committed
fix(virustotal): 'FileReort.Total' should be 'FileReport.Total' (missing 'p' in 'Report')
1 parent 4b9e3f1 commit 9784acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/virustotal.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function Get-VirusTotalResultByHash ($hash, $url, $app, $api_key) {
8080
'FileReport.Timeout' = $timeout
8181
'FileReport.Undetected' = $undetected
8282
'FileReport.Unsafe' = $unsafe
83-
'FileReort.Total' = $total
83+
'FileReport.Total' = $total
8484
'UrlReport.Url' = $null
8585
}
8686
}

0 commit comments

Comments
 (0)