From 8d09b5c2eca8b15fafcfa27ab2eeadabcb55d274 Mon Sep 17 00:00:00 2001 From: Jake Hemstad Date: Wed, 19 Jul 2023 14:53:51 +0000 Subject: [PATCH] Missing quote. --- .github/actions/compute-matrix/compute-matrix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/compute-matrix/compute-matrix.sh b/.github/actions/compute-matrix/compute-matrix.sh index 6f1ecf4b49..8a26d659d9 100755 --- a/.github/actions/compute-matrix/compute-matrix.sh +++ b/.github/actions/compute-matrix/compute-matrix.sh @@ -6,7 +6,7 @@ set -euo pipefail if [ $# -ne 2 ]; then echo "Usage: $0 MATRIX_FILE MATRIX_QUERY" echo "MATRIX_FILE: The path to the matrix file." - echo "MATRIX_QUERY: The jq query used to specify the desired matrix. e.g., '.pull-request.nvcc' + echo "MATRIX_QUERY: The jq query used to specify the desired matrix. e.g., '.pull-request.nvcc'" exit 1 fi