shellcheck: fix typo (#10750)

pull/23/head
CouldBeThis 2023-09-26 03:19:23 +00:00 committed by GitHub
parent 33756f5b5e
commit beed548922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`):