Skip to content

Commit

Permalink
Merge pull request #14729 from mlschroe/master
Browse files Browse the repository at this point in the history
[backend] fix concatconfigs call in published_path
  • Loading branch information
mlschroe committed Jul 28, 2023
2 parents 4196473 + 17b218f commit 81837a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_srcserver
Expand Up @@ -5923,7 +5923,7 @@ sub published_path {
$medium = "iso/$medium";
} elsif ($medium) {
my @path = expandsearchpath($projid, $repoid);
my $c = concatconfigs($projid, $cgi->{'repository'}, undef, @path);
my $c = concatconfigs($projid, $repoid, undef, @path);
my $bconf = Build::read_config('noarch', [ split("\n", $c) ]);
my %repotype;
for (@{$bconf->{'repotype'} || []}) {
Expand Down

0 comments on commit 81837a9

Please sign in to comment.