Skip to content

Commit

Permalink
fix env. var name
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Jul 23, 2023
1 parent d228eb9 commit bc3307a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -353,7 +353,7 @@ export const cli = () => {

...createCyEnvVar('ELASTICSEARCH_URL', createUrlFromFtrConfig('elasticsearch')),
...createCyEnvVar(
'ELASTIC_SEARCH_URL_WITH_AUTH',
'ELASTICSEARCH_URL_WITH_AUTH',
createUrlFromFtrConfig('elasticsearch', true)
),
...createCyEnvVar(
Expand Down

0 comments on commit bc3307a

Please sign in to comment.