Skip to content

Commit

Permalink
envFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan committed Apr 9, 2024
1 parent 1f7aca6 commit 51ecdc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demisto_sdk/commands/setup_env/setup_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def build_tasks():
"env": {
"PYTHONPATH": ":".join(docker_python_path),
},
"envfiles": [str(DOTENV_DOCKER_PATH)],
"envFiles": [str(DOTENV_DOCKER_PATH)],
},
},
{
Expand All @@ -352,7 +352,7 @@ def build_tasks():
],
"customOptions": f"-w /app/{integration_script.path.parent.relative_to(CONTENT_PATH.absolute())}",
"env": {"PYTHONPATH": ":".join(docker_python_path)},
"envfiles": [str(DOTENV_DOCKER_PATH)],
"envFiles": [str(DOTENV_DOCKER_PATH)],
},
},
],
Expand Down

0 comments on commit 51ecdc0

Please sign in to comment.