Skip to content

Commit

Permalink
Merge branch 'release-1.17.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 12, 2024
2 parents aae2080 + 9588e27 commit 8fa9714
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function create(): Client
if ($this->config->getElasticCloudId()) {
return $clientBuilder
->setElasticCloudId($this->config->getElasticCloudId())
->setApiKey($this->config->getElasticCloudApiKeyId(), $this->config->getElasticCloudApiKey())
->setApiKey($this->config->getElasticCloudApiKey(), $this->config->getElasticCloudApiKeyId())
->build();
}

Expand Down

0 comments on commit 8fa9714

Please sign in to comment.