From 7cb2c9b091930b334809a3d3c5221b2f4ca8ce2f Mon Sep 17 00:00:00 2001 From: melvinzhang Date: Sun, 3 Jul 2016 18:15:26 +0800 Subject: [PATCH] count the number of missing cards without status property --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 52e3850e42..aba0ce2529 100644 --- a/Makefile +++ b/Makefile @@ -879,6 +879,7 @@ normalize_scripts.diff: sorted_status.txt: grep status= -r release/Magarena/scripts_missing/ -h | sort | uniq > $@ + echo "unknown" `grep -L status= -r release/Magarena/scripts_missing | wc -l` >> $@ # export GITHUB_TOKEN=`cat token` create-draft-release: