Skip to content

Commit 3aa74f7

Browse files
committed
Fix typo in the previous commit
1 parent df18ec2 commit 3aa74f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ function runWattsi {
314314
--form source=@$1 \
315315
--form caniuse=@$HTML_CACHE/caniuse.json \
316316
--form w3cbugs=@$HTML_CACHE/w3cbugs.csv \
317-
--form linkfixupjs=$LINKFIXUPJS \
317+
--form linkfixupjs=@$LINKFIXUPJS \
318318
--dump-header $HTML_TEMP/wattsi-headers.txt \
319319
--output $HTML_TEMP/wattsi-output.zip
320320

0 commit comments

Comments
 (0)