summaryrefslogtreecommitdiffstats
path: root/docs/bin/testing_formatter.sh
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-04-20 09:24:47 +0200
committerGitHub <noreply@github.com>2018-04-20 09:24:47 +0200
commit9e8889bb70a1f6379414ea51f644d98dea1d1d10 (patch)
tree87a2103a21c2f830b06ccbba9bf556446f460bd5 /docs/bin/testing_formatter.sh
parentUpdate proxmox_kvm.py (#39045) (diff)
downloadansible-9e8889bb70a1f6379414ea51f644d98dea1d1d10.tar.xz
ansible-9e8889bb70a1f6379414ea51f644d98dea1d1d10.zip
Fix more docs errors. (#39051)
* Fix remaining unknown-document docs errors. * Fix last toc-tree-missing-document docs error.
Diffstat (limited to 'docs/bin/testing_formatter.sh')
-rwxr-xr-xdocs/bin/testing_formatter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bin/testing_formatter.sh b/docs/bin/testing_formatter.sh
index 97423199e4..0867f9a54e 100755
--- a/docs/bin/testing_formatter.sh
+++ b/docs/bin/testing_formatter.sh
@@ -10,7 +10,7 @@ This list is also available using \`\`ansible-test sanity --list-tests\`\`.
.. toctree::
:maxdepth: 1
-$(for test in $(../../test/runner/ansible-test sanity --list-tests); do echo " ${test}"; done)
+$(for test in $(../../test/runner/ansible-test sanity --list-tests); do echo " ${test}"; done)
EOF