From 28abbcb8e580d0791a56cacb368eb30661cf3f5a Mon Sep 17 00:00:00 2001 From: bpatel Date: Thu, 25 Mar 2021 12:06:45 -0700 Subject: [PATCH] minor --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 016871515a..110f50b502 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -258,7 +258,7 @@ jobs: command: | cd security-content source venv/bin/activate - python bin/doc-gen.py --path . --output docs -v + python bin/doc_gen.py --path . --output docs -v - run: name: make yamls pretty command: |