Skip to content

Commit

Permalink
Download tils.db as part of ./refresh-from-production.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 8, 2022
1 parent a22aee7 commit a200272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refresh-from-production.sh
@@ -1,5 +1,5 @@
#!/bin/bash
for f in content.db docs-index.db dogsheep-index.db blog.db
for f in content.db docs-index.db dogsheep-index.db blog.db tils.db
do
rm -f $f
wget -q "https://datasette.io/$f"
Expand Down

0 comments on commit a200272

Please sign in to comment.