Skip to content

Update templated files to rev 53e83c4 #205

Update templated files to rev 53e83c4

Update templated files to rev 53e83c4 #205

GitHub Actions / shellcheck succeeded Jun 25, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

scripts/run_tests.sh|3 col 21| Double quote array expansions to avoid re-splitting elements.
docs/modules/trino/examples/getting_started/code/getting_started.sh|72 col 56| To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
docs/modules/trino/examples/getting_started/code/getting_started.sh|75 col 12| Use single quotes, otherwise this expands now rather than when signalled.