Missed one

This commit is contained in:
Liz Snyder 2021-09-22 12:27:39 -07:00
parent 2d228a86ca
commit 293743e15b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ var ca_certs_path = "/full/path/to/root-ca.pem";
// var client_key_path = '/full/path/to/client-key.pem'
// Create a client with SSL/TLS enabled.
var { Client } = require("@opensearch/opensearch");
var { Client } = require("@opensearch-project/opensearch");
var fs = require("fs");
var client = new Client({
node: protocol + "://" + auth + "@" + host + ":" + port,