From 76c8d20f6a678e39359775a1a6d727633ada7ec7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 29 Mar 2021 12:07:16 +0200 Subject: scripts: Fix asciidoc error Fixup to 28bd35ed58f85f23570a9901094d550baa6bff1c (cherry picked from commit f511f11ecdc2708c0333ec86b52c790c50f50e23) --- scripts/asciidoc2html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/asciidoc2html.py b/scripts/asciidoc2html.py index 44e6ab048..0a6912b82 100755 --- a/scripts/asciidoc2html.py +++ b/scripts/asciidoc2html.py @@ -293,7 +293,7 @@ def run(**kwargs) -> None: except FileNotFoundError: utils.print_error("Could not find asciidoc! Please install it, or use " "the --asciidoc argument to point this script to " - "the correct python/asciidoc.py location!") + "the correct asciidoc.py location!") sys.exit(1) try: -- cgit v1.2.3-54-g00ecf