Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
  • Loading branch information
miklezzzz committed Jun 28, 2024
1 parent b255eec commit 87ae79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/module_manager/module_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ func (mm *ModuleManager) RefreshEnabledState(logLabels map[string]string) (*Modu
case *fs.FileSystemLoader:
default:
logEntry.Debugf("non-default module loader detected - applying enabledModules patch")
mm.global.SetEnabledModules(mm.enabledModules.GetAll())
mm.global.SetEnabledModules(enabledModules)
}

// Return lists for ConvergeModules task.
Expand Down

0 comments on commit 87ae79b

Please sign in to comment.