mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-13 22:55:11 +00:00
tools: download_file_from_url: fix typo
This commit is contained in:
parent
b818066a85
commit
eca898c0c1
@ -1908,7 +1908,7 @@ sub download_file_from_url {
|
|||||||
if (lc($checksum_got) eq lc($checksum_expected)) {
|
if (lc($checksum_got) eq lc($checksum_expected)) {
|
||||||
print "OK, checksum verified\n";
|
print "OK, checksum verified\n";
|
||||||
} else {
|
} else {
|
||||||
die "ERRROR, checksum mismatch: got '$checksum_got' != expect '$checksum_expected'\n";
|
die "ERROR, checksum mismatch: got '$checksum_got' != expect '$checksum_expected'\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user