Skip to content

Commit 502f3a1

Browse files
committed
fix typo
Signed-off-by: Zhongnan Su <szhongna@amazon.com>
1 parent 233d433 commit 502f3a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • reports-scheduler/src/main/kotlin/org/opensearch/reportsscheduler/settings

reports-scheduler/src/main/kotlin/org/opensearch/reportsscheduler/settings/PluginSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ internal object PluginSettings {
9393

9494
init {
9595
var settings: Settings? = null
96-
val configDirName = BootstrapInfo.getSystemProperties()?.get("es.path.conf")?.toString()
96+
val configDirName = BootstrapInfo.getSystemProperties()?.get("opensearch.path.conf")?.toString()
9797
if (configDirName != null) {
9898
val defaultSettingYmlFile = Paths.get(configDirName, PLUGIN_NAME, "reports-scheduler.yml")
9999
try {

0 commit comments

Comments
 (0)