Skip to content

Commit 7c3976a

Browse files
committed
non-UserAutomationConfig
1 parent 53d23c5 commit 7c3976a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/config/configurations/UserAutomationConfigs.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object UserAutomationConfigs : Configuration() {
3838
}
3939
super.internalTryLoad()
4040
configurables.forEach {
41-
val config = it as? UserAutomationConfig ?: throw IllegalStateException("UserAutomationConfigs contains non-AutomationConfig")
41+
val config = it as? UserAutomationConfig ?: throw IllegalStateException("UserAutomationConfigs contains non-UserAutomationConfig")
4242
config.linkedModules.value.forEach { moduleName ->
4343
moduleNameMap[moduleName]?.automationConfig = config
4444
}

0 commit comments

Comments
 (0)