Skip to content

Commit

Permalink
remove debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
jriddle-linode committed Jul 3, 2024
1 parent afd157e commit fc31b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc31b1a

Please sign in to comment.