Skip to content

Commit

Permalink
ProductCompose.pm: Fix _obsrepositories project name
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Nov 29, 2023
1 parent c780b79 commit 546ae2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/ProductCompose.pm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ sub parse {
$ret->{deps} = \@merged;

# We have currently no option to configure own path list for the product on purpose
$ret->{path} = [ { project => '_obsrepositories/', repository => '' } ];
$ret->{path} = [ { project => '_obsrepositories', repository => '' } ];

return $ret;
}
Expand Down

0 comments on commit 546ae2f

Please sign in to comment.