summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-18 18:17:53 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-18 18:17:53 +0300
commit25674da4368902977648ca7b14e0b18cda3456c1 (patch)
tree13c0b68a039881b41131347e86848f31b1778d4e /check
parent888498d5c90fdc5e375aafff0f8ab4504fa7bbb5 (diff)
downloadewww-25674da4368902977648ca7b14e0b18cda3456c1.tar.gz
fix(check): variable name
Sponsored-by: author
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 3f172ba..2b27012 100755
--- a/check
+++ b/check
@@ -52,7 +52,7 @@ for subplot in [^CR]*.subplot; do
$hideok echo "$subplot ====================================="
codegen "$subplot" test.py
docgen "$subplot" "$(basename "$subplot" .subplot).pdf"
- docgen "$subplot" "$(basename "$subplto" .subplot).html"
+ docgen "$subplot" "$(basename "$subplot" .subplot).html"
$hideok echo
done