Skip to content

Commit

Permalink
fix cli_setup usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jul 14, 2022
1 parent 4133c84 commit 70b2de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli_setup/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { kibanaPackageJson } from '@kbn/utils';

import { Logger } from '@kbn/core/server';
import { ClusterClient } from '@kbn/core-elasticsearch-client-server-internal';
import { configSchema } from '@kbn/core/server/elasticsearch';
import { configSchema } from '@kbn/core-elasticsearch-server-internal';
import { ElasticsearchService } from '@kbn/interactive-setup-plugin/server/elasticsearch_service';
import { KibanaConfigWriter } from '@kbn/interactive-setup-plugin/server/kibana_config_writer';
import type { EnrollmentToken } from '@kbn/interactive-setup-plugin/common';
Expand Down

0 comments on commit 70b2de0

Please sign in to comment.