From baf05675fa5dee9f1a8f93f78c6df1b0c1a7e93e Mon Sep 17 00:00:00 2001 From: Greg Lindahl Date: Wed, 25 Dec 2024 20:34:00 +0000 Subject: [PATCH] try ci action --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6bf9eca..e99bc7e 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ duck_ccf_local_files: duck_cloudfront: @echo "warning! this might take 1-10 minutes" python duck.py cloudfront - @echo "summary of HTTP response codes from the logfile + @echo "summary of HTTP response codes from the logfile" grep -A 1 'HTTP Response:' duck.http.log | sort | uniq -c wreck_the_warc: