Skip to content

Commit

Permalink
Correct the cargo make generate-certs target
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
Xtansia committed Oct 3, 2023
1 parent 64f161d commit 17c0859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ OPENSEARCH_URL = { value = "${OPENSEARCH_PROTOCOL}://localhost:9200", condition
[tasks.generate-certs]
category = "OpenSearch"
description = "Generates SSL certificates used for integration tests"
command = "bash ./.ci/generate-certs.sh"
command = "bash"
args =["./.ci/generate-certs.sh"]

[tasks.run-opensearch]
category = "OpenSearch"
Expand Down

0 comments on commit 17c0859

Please sign in to comment.