Skip to content

docs: remove home module from refs (stackabletech/documentation#637) #764

docs: remove home module from refs (stackabletech/documentation#637)

docs: remove home module from refs (stackabletech/documentation#637) #764

GitHub Actions / shellcheck succeeded Aug 1, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (2)

docs/modules/airflow/examples/getting_started/code/getting_started.sh|102 col 49| To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
docs/modules/airflow/examples/getting_started/code/getting_started.sh|105 col 12| Use single quotes, otherwise this expands now rather than when signalled.