Skip to content

Commit b660e10

Browse files
committed
fix formatting in circle ci
1 parent 93e55c4 commit b660e10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python -m venv venv
2121
. venv/bin/activate
2222
pip install -r requirements.txt
23-
curl "${medLLM_config_file_azure}"" -o .env
23+
curl "${medLLM_config_file_azure}" -o .env
2424
2525
# Step 3: Clone BreakYourLLM repository
2626
- run:
@@ -36,7 +36,7 @@ jobs:
3636
- run:
3737
name: Replace Configurations
3838
command: |
39-
curl "${breakyourllm_config}"" -o BreakYourLLM/config/.env
39+
curl "${breakyourllm_config}" -o BreakYourLLM/config/.env
4040
4141
# Step 5: Run main.py in BreakYourLLM
4242
- run:

0 commit comments

Comments
 (0)