mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 10:23:27 +08:00
Update README.md
Fixed a typo: scipts -> scripts.
This commit is contained in:
@@ -123,7 +123,7 @@ From Docker Hub:
|
|||||||
|
|
||||||
Using the Docker image can be done like so:
|
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.
|
Here the local directory ( $(pwd) ) is mounted into the containers directory "/scripts". The script "myscript.sh" is checked.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user