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 9e8f820 commit 9a417c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build/ProductCompose.pm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ sub parse {
}
$ret->{deps} = \@merged;

# can we live without additional repository config?
# We have currently no option to configure own path list for the product on purpose
$ret->{path} = '_obsrepositories/';

return $ret;
}
Expand Down

0 comments on commit 9a417c3

Please sign in to comment.