From efc5ec59067582f29259988e27fc3e739e1c607d Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 30 Jan 2024 08:29:28 -0800 Subject: [PATCH] build(config.yml): fix spacing for cli args --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 64eef5dea..5392d820a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -156,8 +156,8 @@ jobs: --config /app/config.yaml \ --port 4000 \ --num_workers 8 \ - --run_gunicorn \ - --debug + --debug \ + --run_gunicorn \ - run: name: Install curl and dockerize command: |