From 0caec0f2c30cf83c9bcdd6208db59124cc287d4f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 16 Apr 2023 16:08:57 +0200 Subject: [PATCH] Fix bad comma. (#166) --- tests/sanity/extra/update-docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sanity/extra/update-docs.json b/tests/sanity/extra/update-docs.json index f6f87b7..f37b95f 100644 --- a/tests/sanity/extra/update-docs.json +++ b/tests/sanity/extra/update-docs.json @@ -2,7 +2,7 @@ "include_symlinks": false, "prefixes": [ "docs/docsite/rst/api-guide.rst", - "plugins/modules/", + "plugins/modules/" ], "output": "path-line-column-message", }