mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-12 16:13:19 -07:00
Update README.md
Fixed a typo: scipts -> scripts.
This commit is contained in:
parent
c2fcb742db
commit
9e4a9c8c6c
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ From Docker Hub:
|
|||
|
||||
Using the Docker image can be done like so:
|
||||
|
||||
docker run -v $(pwd):/scripts koalaman/shellcheck /sripts/myscript.sh
|
||||
docker run -v $(pwd):/scripts koalaman/shellcheck /scripts/myscript.sh
|
||||
|
||||
Here the local directory ( $(pwd) ) is mounted into the containers directory "/scripts". The script "myscript.sh" is checked.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue