diff --git a/src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/SkipExecution.kt b/src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/SkipExecution.kt index c74f27c89..2ff721b15 100644 --- a/src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/SkipExecution.kt +++ b/src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/SkipExecution.kt @@ -32,7 +32,7 @@ class SkipExecution( private set fun sweepISMPluginVersion() { - // if old version ISM plugin exists (2 versions ISM in one cluster), set skip flag to true + // if old version ISM plugin exists (2 versions ISM in one cluster), set skip flag to truee val request = NodesInfoRequest().clear().addMetric("plugins") client.execute( NodesInfoAction.INSTANCE, request,