Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
Signed-off-by: ruanwenjun <[email protected]>
  • Loading branch information
ruanwenjun committed Apr 5, 2022
1 parent 74508f8 commit b4434a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class ExampleCustomSettingsConfig {

public ExampleCustomSettingsConfig(final Environment environment) {
// Elasticsearch config directory
final Path configDir = environment.configFile();
final Path configDir = environment.configDir();

// Resolve the plugin's custom settings file
final Path customSettingsYamlFile = configDir.resolve("custom-settings/custom.yml");
Expand Down

0 comments on commit b4434a1

Please sign in to comment.