diff --git a/components/engine/hack/ci/janky b/components/engine/hack/ci/janky index c77cd022a4..f2bdfbf326 100755 --- a/components/engine/hack/ci/janky +++ b/components/engine/hack/ci/janky @@ -6,7 +6,7 @@ hack/validate/default hack/test/unit bash <(curl -s https://codecov.io/bash) \ -f coverage.txt \ - -C $GIT_SHA1 || \ + -C "$GIT_SHA1" || \ echo 'Codecov failed to upload' hack/make.sh \