1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

shellcheck: fix typo (#10750)

This commit is contained in:
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

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