From beed548922c15ede355157fd6a1db203fd81eed2 Mon Sep 17 00:00:00 2001 From: CouldBeThis <53547181+CouldBeThis@users.noreply.github.com> Date: Tue, 26 Sep 2023 03:19:23 +0000 Subject: [PATCH] shellcheck: fix typo (#10750) --- pages/common/shellcheck.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/shellcheck.md b/pages/common/shellcheck.md index 79b021d9e..538a2dd69 100644 --- a/pages/common/shellcheck.md +++ b/pages/common/shellcheck.md @@ -18,7 +18,7 @@ - Also check any sourced shell scripts: -`shellcheck --checked-sourced {{path/to/script.sh}}` +`shellcheck --check-sourced {{path/to/script.sh}}` - Display output in the specified format (defaults to `tty`):