Skip to content

Commit

Permalink
[Search] Fix missing apostrophe in cURL example (elastic#174707)
Browse files Browse the repository at this point in the history
## Summary

This fixes a missing apostrophe in the cURL ingest data example in
Serverless Search.
  • Loading branch information
sphilipse authored and CoenWarmer committed Feb 15, 2024
1 parent d36fcd4 commit 289aac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export API_KEY="${apiKey}"`,
-d'
{ "index" : { "_index" : "${indexName ?? 'index_name'}" } }
{"name": "foo", "title": "bar" }
`,
'`,
installClient: `# if cURL is not already installed on your system
# then install it with the package manager of your choice
Expand Down

0 comments on commit 289aac9

Please sign in to comment.