Skip to content

Commit

Permalink
added ;
Browse files Browse the repository at this point in the history
  • Loading branch information
annaibm committed May 24, 2024
1 parent 789f97e commit 914d97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getDependencies.pl
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
if ($digest ne $expectedsha) {
$url = $jars_info[$i]{url};
print "Retrying: Downloading with url: $url \n";
downloadFile($url,$filename)
downloadFile($url,$filename);
print "Expected sha is: $expectedsha,\n";
print "Actual sha is : $digest.\n";
print "Please delete $filename and rerun the program!";
Expand Down

0 comments on commit 914d97c

Please sign in to comment.