mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-02 21:53:38 +02:00
typo.
This commit is contained in:
@@ -143,7 +143,7 @@ to retrieve the original specfile behind a link.
|
||||
my $file_re = "\Q$file\E"; $file_re =~ s{\\\*}{\.\*}g;
|
||||
my @match = grep { $_ =~ m{^$file_re$} } @list;
|
||||
die "pattern $file not found in\n @list\n" unless @match;
|
||||
$file = @match[0];
|
||||
$file = $match[0];
|
||||
}
|
||||
$url .= "/$file";
|
||||
|
||||
|
Reference in New Issue
Block a user