Skip to content

Commit

Permalink
Correcting syntax bug
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Farley <adfarley@redhat.com>
  • Loading branch information
adamfarley committed Aug 1, 2024
1 parent 8a489ae commit a0b82c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/getDependencies.pl
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@
}

$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 a0b82c9

Please sign in to comment.