Skip to content

Commit

Permalink
ci: fix typo (#3825)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpcross authored Aug 19, 2024
1 parent b12de6d commit 850977a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/deploy-to-container/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async function main () {
Hostname: `ma-es-${branch}`,
Env: [
'discovery.type=single-node',
'xpack.security.eanbled=false',
'xpack.security.enabled=false',
'ES_JAVA_OPTS=-Xms1g -Xmx1g'
],
Labels: {
Expand Down

0 comments on commit 850977a

Please sign in to comment.