Skip to content

Commit c0ea27d

Browse files
committed
Shellcheck
1 parent 589d9ce commit c0ea27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/command

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if grep -q "<details>" "$annotation_path"; then
5353

5454
echo "--- :buildkite: Creating annotation"
5555
# shellcheck disable=SC2002
56-
cat "$annotation_path" | buildkite-agent annotate --context ${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_CONTEXT:-junit} --style error
56+
cat "$annotation_path" | buildkite-agent annotate --context "${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_CONTEXT:-junit}" --style error
5757

5858
if [[ "${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_FAIL_BUILD_ON_ERROR:-false}" =~ (true|on|1) ]]
5959
then

0 commit comments

Comments
 (0)