Skip to content

Commit

Permalink
Missing quote.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed Jul 19, 2023
1 parent c194bfd commit 8d09b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/compute-matrix/compute-matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8d09b5c

Please sign in to comment.