We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ee202 commit 633ae46Copy full SHA for 633ae46
bin/set_status.sh
@@ -27,7 +27,7 @@ STATUS_FILE="${BASE_DIR}/public/status.json"
27
LASTMOD=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
28
TECH="NodeJS $(node --version)"
29
COMMIT=$(git -C "${BASE_DIR}" rev-parse --short HEAD)
30
-CPCOUNT=$(cat "${BASE_DIR}/public/emoji.json" | jq '.data | length')
+CPCOUNT=$(cat "${BASE_DIR}/public/ucd.json" | jq '.data | length')
31
32
echo "INFO: updating status file ${STATUS_FILE}"
33
0 commit comments