From fc31b1acf2eeb575adcedba04838cf7794413d84 Mon Sep 17 00:00:00 2001 From: Jacob Riddle Date: Wed, 3 Jul 2024 14:52:29 -0400 Subject: [PATCH] remove debug echo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84ce45d5..133ab269 100644 --- a/Makefile +++ b/Makefile @@ -108,5 +108,5 @@ endif inject: @echo "Injecting documentation into source files" - for f in `ls ./plugins/modules/*.py`; do echo $$f; ansible-specdoc -j -i $$f; done + for f in `ls ./plugins/modules/*.py`; do ansible-specdoc -j -i $$f; done