Skip to content

refactor: Use new Duration struct from operator-rs #809

refactor: Use new Duration struct from operator-rs

refactor: Use new Duration struct from operator-rs #809

GitHub Actions / shellcheck succeeded Sep 19, 2023 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (2)

docs/modules/trino/examples/getting_started/code/getting_started.sh|70 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|73 col 12| Use single quotes, otherwise this expands now rather than when signalled.