Skip to content

Commit

Permalink
Backward compatibility for save-overrides.toml (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Aug 29, 2022
1 parent a7809a8 commit c3fce0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import okio.Path
*/
class ConfigDetector(
private val fs: FileSystem,
private val overridesPluginConfigs: List<PluginConfig>,
private val overridesPluginConfigs: List<PluginConfig> = emptyList(),
) {
/**
* Try to create SAVE config file from [testConfig].
Expand Down

0 comments on commit c3fce0e

Please sign in to comment.