From db521f52f9b70afdb04d6e22cb26c98ec193b40e Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 2 Dec 2020 16:12:43 +0100 Subject: [PATCH] fixup shellcheck problem --- tools/run_tests/artifacts/build_package_ruby.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/artifacts/build_package_ruby.sh b/tools/run_tests/artifacts/build_package_ruby.sh index bd54c02e455..14faab4b95e 100755 --- a/tools/run_tests/artifacts/build_package_ruby.sh +++ b/tools/run_tests/artifacts/build_package_ruby.sh @@ -42,7 +42,7 @@ for arch in {x86,x64}; do esac for plat in {windows,linux,macos}; do # skip non-existent macos x86 protoc artifact - if [[ "${plat}_${arch}" == "macos_x86"]] + if [[ "${plat}_${arch}" == "macos_x86" ]] then continue fi