Skip to content

Commit 633ae46

Browse files
committed
Fix copy/paste error in cpcount calculation
1 parent b5ee202 commit 633ae46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/set_status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ STATUS_FILE="${BASE_DIR}/public/status.json"
2727
LASTMOD=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
2828
TECH="NodeJS $(node --version)"
2929
COMMIT=$(git -C "${BASE_DIR}" rev-parse --short HEAD)
30-
CPCOUNT=$(cat "${BASE_DIR}/public/emoji.json" | jq '.data | length')
30+
CPCOUNT=$(cat "${BASE_DIR}/public/ucd.json" | jq '.data | length')
3131

3232
echo "INFO: updating status file ${STATUS_FILE}"
3333

0 commit comments

Comments
 (0)