Skip to content

Commit 3bab439

Browse files
committed
Make bikeshed-curl look for Overview.bs instead of Overview.src.html
1 parent ad8a788 commit 3bab439

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/bikeshed-curl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
curl http://api.csswg.org/bikeshed/ -F file=@Overview.src.html -F output=err
2-
curl http://api.csswg.org/bikeshed/ -F file=@Overview.src.html -F force=1 > Overview.html
1+
curl http://api.csswg.org/bikeshed/ -F file=@Overview.bs -F output=err
2+
curl http://api.csswg.org/bikeshed/ -F file=@Overview.bs -F force=1 > Overview.html

0 commit comments

Comments
 (0)