Skip to content

Commit

Permalink
modules: Fix TransactionItemType for not found modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed Jan 29, 2024
1 parent e5786a8 commit 008f004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdnf5/base/goal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ GoalProblem Goal::Impl::add_module_specs_to_goal(base::Transaction & transaction
action,
GoalProblem::NOT_FOUND,
GoalJobSettings(),
libdnf5::transaction::TransactionItemType::GROUP,
libdnf5::transaction::TransactionItemType::MODULE,
spec,
{},
log_level);
Expand Down

0 comments on commit 008f004

Please sign in to comment.