scripts: Fix asciidoc error

Fixup to 28bd35ed58
This commit is contained in:
Florian Bruhin 2021-03-29 12:07:16 +02:00
parent d493bafcf5
commit f511f11ecd
1 changed files with 1 additions and 1 deletions

View File

@ -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: