summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-18 15:19:25 +0000
committerLars Wirzenius <liw@liw.fi>2023-04-18 15:19:25 +0000
commitf38fac208ad1750a07235add4800205121d8d1fc (patch)
tree85cf557e9a259ff202ee25e4b71064c58d123209 /check
parent888498d5c90fdc5e375aafff0f8ab4504fa7bbb5 (diff)
parent7b16b82c407c9de8f5e8dc2d0c7c61996ac5ef2d (diff)
downloadewww-f38fac208ad1750a07235add4800205121d8d1fc.tar.gz
Merge branch 'fixes' into 'main'
fix(check): variable name See merge request larswirzenius/ewww!33
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