didn't like the output

This commit is contained in:
Joseph Flinn 2021-05-12 15:39:59 -07:00
parent a9e33362e5
commit 3da8759cc8
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
do
test_string=$(cat src/_locales/$file/messages.json | jq .extName.message | tr -d '"')
if [[ ${#test_string} -gt 40 ]]; then
echo $file: -- ${#test_string} -- $test_string
echo $file: ${#test_string}
errors=1
fi
done