Skip to content
Snippets Groups Projects
Commit da996b25 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

use correct md5 method

parent fc057ecb
No related branches found
No related tags found
No related merge requests found
......@@ -376,7 +376,7 @@ DSS
}
# update AFTER processing in case of crash.
my $total_checksum = md5sum($file_cs);
my $total_checksum = md5_hex($file_cs);
$self->update_source( $source_url_id,
$total_checksum, $files_to_parse[0] );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment