Fix syntax errors

This commit is contained in:
Markus Fleschutz
2023-05-26 09:39:57 +02:00
parent 9ed577c0d8
commit fb208f3814
10 changed files with 13 additions and 12 deletions

View File

@ -20,7 +20,7 @@ try {
$Result = get-filehash $file -algorithm SHA256
"✔️ SHA256 hash is:" $Result.Hash
"✔️ SHA256 hash is: $($Result.Hash)"
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"