Skip to content

Commit

Permalink
Merge pull request #581 from adamfarley/find_third_party_jars_at_cust…
Browse files Browse the repository at this point in the history
…om_url

Fetch jars and shas from same location
  • Loading branch information
andrew-m-leonard committed Sep 11, 2024
2 parents 751ecc8 + 0dfa1e7 commit ccdcb43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/getDependencies.pl
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@
$url_custom .= "systemtest_prereqs/";
$url_custom .= $jars_info[$i]{dir};
$url_custom .= '/' unless $url_custom =~ /\/$/;
$url_custom .= $jars_info[$i]{fname};
$url = "$url_custom";
}

$url = "$url_custom/$jars_info[$i]{fname}";

if (defined $shaurl && $shaurl ne '') {
$shaurl = "$url_custom/$shafn";
}
Expand Down

0 comments on commit ccdcb43

Please sign in to comment.