From abaac06cf462d32d8d0dada62fd9f9b2002c3d8f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 3 Sep 2024 06:21:17 +0200 Subject: [PATCH] chg: [test] default template updated --- test/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/download.sh b/test/download.sh index 6860058..852e19f 100644 --- a/test/download.sh +++ b/test/download.sh @@ -1,7 +1,7 @@ #!/bin/bash while true; do - command="./mastodon-markdown-archive --template=../files/templates/post.tmpl --user=https://paperbay.org/@a --dist=./posts --persist-last=./last --max-id=$(test -f ./last && cat ./last || echo "") --download-media=./posts --porcelain=true --threaded=true" + command="./mastodon-markdown-archive --template=../files/templates/foo.tmpl --user=https://paperbay.org/@a --dist=./posts --persist-last=./last --max-id=$(test -f ./last && cat ./last || echo "") --download-media=./posts --porcelain=true --threaded=true" output=$($command) if [[ "$output" -eq 0 ]]; then echo "No posts returned. Exiting"