Skip to content

Commit

Permalink
productcompose: return default path
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 28, 2023
1 parent 9a417c3 commit cd97764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/ProductCompose.pm
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} = '_obsrepositories/';
$ret->{path} = [ { project => '_obsrepositories/', repository => '' } ];

return $ret;
}
Expand Down

0 comments on commit cd97764

Please sign in to comment.