summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-29 12:07:16 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-03-29 23:42:14 +0200
commitf511f11ecdc2708c0333ec86b52c790c50f50e23 (patch)
tree525deb2a00483a64d8261117cd3d1d10916d1807 /scripts
parentd493bafcf51ec1ef60621c377298abfe91b7a636 (diff)
downloadqutebrowser-f511f11ecdc2708c0333ec86b52c790c50f50e23.tar.gz
qutebrowser-f511f11ecdc2708c0333ec86b52c790c50f50e23.zip
scripts: Fix asciidoc error
Fixup to 28bd35ed58f85f23570a9901094d550baa6bff1c
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/asciidoc2html.py2
1 files changed, 1 insertions, 1 deletions
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: