From 3da8759cc8036ccf864f453811e5698fa6321152 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Wed, 12 May 2021 15:39:59 -0700 Subject: [PATCH] didn't like the output --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c7b7edd90..69697ec8f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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