1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-25 10:25:36 +02:00

didn't like the output

This commit is contained in:
Joseph Flinn 2021-05-12 15:39:59 -07:00
parent a9e33362e5
commit 3da8759cc8

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